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

Method context

cpp/src/gandiva/function_ir_builder.h:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 LLVMTypes* types() { return engine_->types(); }
39 llvm::Module* module() { return engine_->module(); }
40 llvm::LLVMContext* context() { return engine_->context(); }
41 llvm::IRBuilder<>* ir_builder() { return engine_->ir_builder(); }
42 llvm::Constant* CreateGlobalStringPtr(const std::string& string) {
43 return engine_->CreateGlobalStringPtr(string);

Callers 12

test_contextMethod · 0.80
CudaBufferMethod · 0.80
CudaBufferReaderMethod · 0.80
CudaBufferWriterImplMethod · 0.80
TEST_FFunction · 0.80
BuildVecAddMethod · 0.80
VisitMethod · 0.80
BuildIfElseMethod · 0.80
AddGlobalsMethod · 0.80
contextFunction · 0.80
test_compose_pullFunction · 0.80

Calls

no outgoing calls

Tested by 4

test_contextMethod · 0.64
TEST_FFunction · 0.64
BuildVecAddMethod · 0.64
test_compose_pullFunction · 0.64