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

Method printModuleToFile

lib/llvm/llvm.h:975–979  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

973}
974
975Message Module::printModuleToFile(const char *Filename) noexcept {
976 Message M;
977 LLVMPrintModuleToFile(Ref, Filename, &M.unwrap());
978 return M;
979}
980
981Message Module::verify(LLVMVerifierFailureAction Action) noexcept {
982 Message M;

Callers 2

loadMethod · 0.80
codegenMethod · 0.80

Calls 1

unwrapMethod · 0.45

Tested by

no test coverage detected