Home
last modified time | relevance | path

Searched defs:TrampolineAddr (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp46 LazyCallThroughManager::findReexport(ExecutorAddr TrampolineAddr) { in findReexport()
56 Error LazyCallThroughManager::notifyResolved(ExecutorAddr TrampolineAddr, in notifyResolved()
72 ExecutorAddr TrampolineAddr, in resolveTrampolineLandingAddress()
H A DIndirectionUtils.cpp68 if (auto TrampolineAddr = TP->getTrampoline()) { in getCompileCallback() local
83 JITCompileCallbackManager::executeCompileCallback(ExecutorAddr TrampolineAddr) { in executeCompileCallback()
H A DEPCIndirectionUtils.cpp408 JITTargetAddress TrampolineAddr) { in reentry()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h83 auto TrampolineAddr = AvailableTrampolines.back(); in getTrampoline() local
89 void releaseTrampoline(ExecutorAddr TrampolineAddr) { in releaseTrampoline() argument