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

Method module

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

Source from the content-addressed store, hash-verified

140
141 llvm::IRBuilder<>* ir_builder() { return generator_->ir_builder(); }
142 llvm::Module* module() { return generator_->module(); }
143 llvm::Constant* CreateGlobalStringPtr(const std::string& string) {
144 return generator_->CreateGlobalStringPtr(string);
145 }

Callers 1

moduleFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected