Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp65 if (auto TrampolineAddr = TP->getTrampoline()) { in getCompileCallback()
H A DLazyReexports.cpp32 auto Trampoline = TP->getTrampoline(); in getCallThroughTrampoline()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h78 Expected<ExecutorAddr> getTrampoline() { in getTrampoline() function