Home
last modified time | relevance | path

Searched refs:getTrampoline (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DIndirectionUtils.h60 virtual Expected<JITTargetAddress> getTrampoline() = 0;
89 Expected<JITTargetAddress> getTrampoline() override { in getTrampoline() function
DOrcRemoteTargetClient.h456 Expected<JITTargetAddress> getTrampoline() override { in getTrampoline() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DLazyReexports.cpp30 auto Trampoline = TP->getTrampoline(); in getCallThroughTrampoline()
DIndirectionUtils.cpp63 if (auto TrampolineAddr = TP->getTrampoline()) { in getCompileCallback()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DLazyReexports.cpp29 auto Trampoline = TP->getTrampoline(); in getCallThroughTrampoline()
DIndirectionUtils.cpp62 if (auto TrampolineAddr = TP->getTrampoline()) { in getCompileCallback()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DIndirectionUtils.h69 Expected<JITTargetAddress> getTrampoline() { in getTrampoline() function