Home
last modified time | relevance | path

Searched refs:TrampolinePool (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h55 class TrampolinePool {
57 virtual ~TrampolinePool() {} in ~TrampolinePool()
68 template <typename ORCABI> class LocalTrampolinePool : public TrampolinePool {
110 LocalTrampolinePool<ORCABI> *TrampolinePool = in reenter() local
112 return TrampolinePool->GetTrampolineLanding(static_cast<JITTargetAddress>( in reenter()
201 JITCompileCallbackManager(std::unique_ptr<TrampolinePool> TP, in JITCompileCallbackManager()
208 void setTrampolinePool(std::unique_ptr<TrampolinePool> TP) { in setTrampolinePool()
214 std::unique_ptr<TrampolinePool> TP;
H A DLazyReexports.h87 std::unique_ptr<TrampolinePool> TP);
91 void setTrampolinePool(std::unique_ptr<TrampolinePool> TP) { in setTrampolinePool()
105 std::unique_ptr<TrampolinePool> TP;
H A DOrcRemoteTargetClient.h453 class RemoteTrampolinePool : public TrampolinePool {
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp24 std::unique_ptr<TrampolinePool> TP) in LazyCallThroughManager()
H A DIndirectionUtils.cpp59 void TrampolinePool::anchor() {} in anchor()