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

Function CreateGlobalStringPtr

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

Source from the content-addressed store, hash-verified

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);
101 }
102
103 /// Visitor to generate the code for a decomposed expression.
104 class Visitor : public DexVisitor {

Callers 2

VisitMethod · 0.85
AddTraceMethod · 0.85

Calls 1

CreateGlobalStringPtrMethod · 0.45

Tested by

no test coverage detected