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

Method withModuleDo

lib/llvm/llvm.h:2131–2134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2129 swap(LHS.Ref, RHS.Ref);
2130 }
2131 Error withModuleDo(LLVMOrcGenericIRModuleOperationFunction F,
2132 void *Ctx) noexcept {
2133 return LLVMOrcThreadSafeModuleWithModuleDo(Ref, F, Ctx);
2134 }
2135
2136private:
2137 LLVMOrcThreadSafeModuleRef Ref = nullptr;

Callers 1

Tested by

no test coverage detected