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

Method module

cpp/src/gandiva/engine.cc:401–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399}
400
401llvm::Module* Engine::module() {
402 DCHECK(!module_finalized_) << "module cannot be accessed after finalized";
403 return module_.get();
404}
405
406// Handling for pre-compiled IR libraries.
407Status Engine::LoadPreCompiledIR() {

Callers 5

BuildVecAddMethod · 0.45
VerifyFunctionMappingMethod · 0.45
TEST_FFunction · 0.45
AddGlobalsMethod · 0.45
TESTFunction · 0.45

Calls 1

getMethod · 0.45

Tested by 4

BuildVecAddMethod · 0.36
VerifyFunctionMappingMethod · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36