Home
last modified time | relevance | path

Searched refs:LazyFunctionCreator (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp387 if (LazyFunctionCreator) { in findSymbol()
389 reinterpret_cast<uintptr_t>(LazyFunctionCreator(Name))); in findSymbol()
627 if (LazyFunctionCreator) in getPointerToNamedFunction()
628 if (void *RP = LazyFunctionCreator(std::string(Name))) in getPointerToNamedFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h151 FunctionCreator LazyFunctionCreator; variable
501 LazyFunctionCreator = std::move(C); in InstallLazyFunctionCreator()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp81 : DL(M->getDataLayout()), LazyFunctionCreator(nullptr) { in ExecutionEngine()
86 : DL(std::move(DL)), LazyFunctionCreator(nullptr) { in ExecutionEngine()