MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / WasmEdge_ConfigureCompilerSetDumpIR

Function WasmEdge_ConfigureCompilerSetDumpIR

lib/api/wasmedge.cpp:1082–1088  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1080}
1081
1082WASMEDGE_CAPI_EXPORT void
1083WasmEdge_ConfigureCompilerSetDumpIR(WasmEdge_ConfigureContext *Cxt,
1084 const bool IsDump) noexcept {
1085 if (Cxt) {
1086 Cxt->Conf.getCompilerConfigure().setDumpIR(IsDump);
1087 }
1088}
1089
1090WASMEDGE_CAPI_EXPORT bool WasmEdge_ConfigureCompilerIsDumpIR(
1091 const WasmEdge_ConfigureContext *Cxt) noexcept {

Callers 1

TESTFunction · 0.85

Calls 1

setDumpIRMethod · 0.80

Tested by 1

TESTFunction · 0.68