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

Method populateModulePassManager

lib/llvm/llvm.h:1786–1788  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1784 LLVMPassManagerBuilderPopulateFunctionPassManager(Ref, P.unwrap());
1785 }
1786 void populateModulePassManager(PassManager &P) noexcept {
1787 LLVMPassManagerBuilderPopulateModulePassManager(Ref, P.unwrap());
1788 }
1789
1790private:
1791 LLVMPassManagerBuilderRef Ref = nullptr;

Callers 1

compileMethod · 0.80

Calls 1

unwrapMethod · 0.45

Tested by

no test coverage detected