Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp46 LazyCallThroughManager::findReexport(ExecutorAddr TrampolineAddr) { in findReexport() argument
56 Error LazyCallThroughManager::notifyResolved(ExecutorAddr TrampolineAddr, in notifyResolved() argument
72 ExecutorAddr TrampolineAddr, in resolveTrampolineLandingAddress() argument
H A DIndirectionUtils.cpp67 if (auto TrampolineAddr = TP->getTrampoline()) { getCompileCallback() local
82 executeCompileCallback(ExecutorAddr TrampolineAddr) executeCompileCallback() argument
H A DEPCIndirectionUtils.cpp408 JITTargetAddress TrampolineAddr) { in reentry()
/freebsd-src/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()