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

Function context

cpp/src/gandiva/llvm_generator.h:97–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 friend class TestLLVMGenerator;
96
97 llvm::LLVMContext* context() { return engine_->context(); }
98 llvm::IRBuilder<>* ir_builder() { return engine_->ir_builder(); }
99 llvm::Constant* CreateGlobalStringPtr(const std::string& string) {
100 return engine_->CreateGlobalStringPtr(string);

Callers

nothing calls this directly

Calls 1

contextMethod · 0.80

Tested by

no test coverage detected