Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
401
llvm::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.
407
Status Engine::LoadPreCompiledIR() {
Callers
5
BuildVecAdd
Method · 0.45
VerifyFunctionMapping
Method · 0.45
TEST_F
Function · 0.45
AddGlobals
Method · 0.45
TEST
Function · 0.45
Calls
1
get
Method · 0.45
Tested by
4
BuildVecAdd
Method · 0.36
VerifyFunctionMapping
Method · 0.36
TEST_F
Function · 0.36
TEST
Function · 0.36