Searched refs:LazyFunctionCreator (Results 1 – 3 of 3) sorted by relevance
382 if (LazyFunctionCreator) { in findSymbol()384 reinterpret_cast<uintptr_t>(LazyFunctionCreator(Name))); in findSymbol()622 if (LazyFunctionCreator) in getPointerToNamedFunction()623 if (void *RP = LazyFunctionCreator(Name)) in getPointerToNamedFunction()
156 FunctionCreator LazyFunctionCreator; variable492 LazyFunctionCreator = std::move(C); in InstallLazyFunctionCreator()
85 : DL(M->getDataLayout()), LazyFunctionCreator(nullptr) { in ExecutionEngine()90 : DL(std::move(DL)), LazyFunctionCreator(nullptr) { in ExecutionEngine()