Searched refs:LazyFunctionCreator (Results 1 – 3 of 3) sorted by relevance
384 if (LazyFunctionCreator) { in findSymbol()386 reinterpret_cast<uintptr_t>(LazyFunctionCreator(Name))); in findSymbol()624 if (LazyFunctionCreator) in getPointerToNamedFunction()625 if (void *RP = LazyFunctionCreator(std::string(Name))) in getPointerToNamedFunction()
151 FunctionCreator LazyFunctionCreator; variable501 LazyFunctionCreator = std::move(C); in InstallLazyFunctionCreator()
80 : DL(M->getDataLayout()), LazyFunctionCreator(nullptr) { in ExecutionEngine()85 : DL(std::move(DL)), LazyFunctionCreator(nullptr) { in ExecutionEngine()