MCPcopy Create free account
hub / github.com/apache/arrow / DumpModuleIR

Function DumpModuleIR

cpp/src/gandiva/engine.cc:158–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158std::string DumpModuleIR(const llvm::Module& module) {
159 std::string ir;
160 llvm::raw_string_ostream stream(ir);
161 module.print(stream, nullptr);
162 return ir;
163}
164
165void AddAbsoluteSymbol(llvm::orc::LLJIT& lljit, const std::string& name,
166 void* function_ptr) {

Callers 1

FinalizeModuleMethod · 0.85

Calls 1

printMethod · 0.80

Tested by

no test coverage detected