MCPcopy Create free account
hub / github.com/apache/kudu / builder

Method builder

src/kudu/codegen/module_builder.h:90–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 llvm::Value* GetPointerValue(void* ptr) const;
89
90 LLVMBuilder* builder() { return &builder_; }
91
92 // Once a function is complete, it may be offered to the module builder
93 // along with the location of the function pointer to be written to

Callers 7

MakeProjectionFunction · 0.80
counterMethod · 0.80
pbToPartitionSchemaMethod · 0.80
pbToIdsMethod · 0.80
idsToPbMethod · 0.80
getFeatureFlagsMethod · 0.80
SecurityUtilClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected