Searched refs:LazyFunctionCreator (Results 1 – 3 of 3) sorted by relevance
387 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()
151 FunctionCreator LazyFunctionCreator; variable501 LazyFunctionCreator = std::move(C); in InstallLazyFunctionCreator()
81 : DL(M->getDataLayout()), LazyFunctionCreator(nullptr) { in ExecutionEngine()86 : DL(std::move(DL)), LazyFunctionCreator(nullptr) { in ExecutionEngine()