Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DIntercept.cpp150 if (LazyFunctionCreator) in getPointerToNamedFunction()
151 if (void *RP = LazyFunctionCreator(Name)) in getPointerToNamedFunction()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
DIntercept.cpp153 if (LazyFunctionCreator) in getPointerToNamedFunction()
154 if (void *RP = LazyFunctionCreator(Name)) in getPointerToNamedFunction()
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp367 if (LazyFunctionCreator) { in findSymbol()
369 reinterpret_cast<uintptr_t>(LazyFunctionCreator(Name))); in findSymbol()
603 if (LazyFunctionCreator) in getPointerToNamedFunction()
604 if (void *RP = LazyFunctionCreator(Name)) in getPointerToNamedFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp381 if (LazyFunctionCreator) { in findSymbol()
383 reinterpret_cast<uintptr_t>(LazyFunctionCreator(Name))); in findSymbol()
621 if (LazyFunctionCreator) in getPointerToNamedFunction()
622 if (void *RP = LazyFunctionCreator(Name)) in getPointerToNamedFunction()
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DExecutionEngine.h150 void *(*LazyFunctionCreator)(const std::string &); variable
395 LazyFunctionCreator = P; in InstallLazyFunctionCreator()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h156 FunctionCreator LazyFunctionCreator; variable
492 LazyFunctionCreator = std::move(C); in InstallLazyFunctionCreator()
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h155 FunctionCreator LazyFunctionCreator; variable
480 LazyFunctionCreator = std::move(C); in InstallLazyFunctionCreator()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp82 : DL(M->getDataLayout()), LazyFunctionCreator(nullptr) { in ExecutionEngine()
87 : DL(std::move(DL)), LazyFunctionCreator(nullptr) { in ExecutionEngine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp85 : DL(M->getDataLayout()), LazyFunctionCreator(nullptr) { in ExecutionEngine()
90 : DL(std::move(DL)), LazyFunctionCreator(nullptr) { in ExecutionEngine()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngine.cpp59 LazyFunctionCreator(0), in ExecutionEngine()