MCPcopy Create free account
hub / github.com/apache/impala / AddFunctionToJit

Method AddFunctionToJit

be/src/codegen/llvm-codegen-test.cc:670–675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

668 }
669
670 static void AddFunctionToJit(LlvmCodeGen* codegen, llvm::Function* fn,
671 CodegenFnPtrBase* fn_ptr) {
672 // Bypass Impala-specific logic in AddFunctionToJit() that assumes Impala's struct
673 // types are available in the module.
674 return codegen->AddFunctionToJitInternal(fn, fn_ptr);
675 }
676
677 static Status FinalizeModule(LlvmCodeGen* codegen) { return codegen->FinalizeModule(); }
678

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected