Searched refs:TrampolinePool (Results 1 – 7 of 7) sorted by relevance
44 JITTargetAddress ErrorHandlerAddr, TrampolinePool *TP);54 TrampolinePool::NotifyLandingResolvedFunction NotifyLandingResolved);60 TrampolinePool::NotifyLandingResolvedFunction;71 void setTrampolinePool(TrampolinePool &TP) { this->TP = &TP; } in setTrampolinePool()81 TrampolinePool *TP = nullptr;98 TrampolinePool::NotifyLandingResolvedFunction in init()112 std::unique_ptr<TrampolinePool> TP;
56 class TrampolinePool {65 virtual ~TrampolinePool();95 template <typename ORCABI> class LocalTrampolinePool : public TrampolinePool {114 LocalTrampolinePool<ORCABI> *TrampolinePool = in reenter() local120 TrampolinePool->ResolveLanding(pointerToJITTargetAddress(TrampolineId), in reenter()211 JITCompileCallbackManager(std::unique_ptr<TrampolinePool> TP, in JITCompileCallbackManager()218 void setTrampolinePool(std::unique_ptr<TrampolinePool> TP) { in setTrampolinePool()224 std::unique_ptr<TrampolinePool> TP;256 TrampolinePool::NotifyLandingResolvedFunction; in LocalJITCompileCallbackManager()
114 TrampolinePool &getTrampolinePool();153 std::unique_ptr<TrampolinePool> TP;
668 class RemoteTrampolinePool : public TrampolinePool {
57 TrampolinePool::~TrampolinePool() {} in ~TrampolinePool()
38 class TPCTrampolinePool : public TrampolinePool {318 TrampolinePool &TPCIndirectionUtils::getTrampolinePool() { in getTrampolinePool()
20 ExecutionSession &ES, JITTargetAddress ErrorHandlerAddr, TrampolinePool *TP) in LazyCallThroughManager()