Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp45 LazyCallThroughManager::findReexport(JITTargetAddress TrampolineAddr) { in findReexport()
55 Error LazyCallThroughManager::notifyResolved(JITTargetAddress TrampolineAddr, in notifyResolved()
71 JITTargetAddress TrampolineAddr, in resolveTrampolineLandingAddress()
H A DIndirectionUtils.cpp67 if (auto TrampolineAddr = TP->getTrampoline()) { in getCompileCallback() local
82 JITTargetAddress TrampolineAddr) { in executeCompileCallback()
H A DEPCIndirectionUtils.cpp413 JITTargetAddress TrampolineAddr) { in reentry()
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithExecutorProcessControl/
H A DLLJITWithExecutorProcessControl.cpp104 static void *reenter(void *Ctx, void *TrampolineAddr) { in reenter()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h83 auto TrampolineAddr = AvailableTrampolines.back(); in getTrampoline() local
89 void releaseTrampoline(JITTargetAddress TrampolineAddr) { in releaseTrampoline()