Searched refs:TrampolinePool (Results 1 – 6 of 6) sorted by relevance
47 TrampolinePool *TP);57 TrampolinePool::NotifyLandingResolvedFunction NotifyLandingResolved);63 TrampolinePool::NotifyLandingResolvedFunction;74 void setTrampolinePool(TrampolinePool &TP) { this->TP = &TP; } in setTrampolinePool()84 TrampolinePool *TP = nullptr;101 TrampolinePool::NotifyLandingResolvedFunction in init()115 std::unique_ptr<TrampolinePool> TP;
65 class LLVM_ABI TrampolinePool {74 virtual ~TrampolinePool();104 template <typename ORCABI> class LocalTrampolinePool : public TrampolinePool {123 LocalTrampolinePool<ORCABI> *TrampolinePool = in reenter() local129 TrampolinePool->ResolveLanding(ExecutorAddr::fromPtr(TrampolineId), in reenter()220 JITCompileCallbackManager(std::unique_ptr<TrampolinePool> TP, in JITCompileCallbackManager()227 void setTrampolinePool(std::unique_ptr<TrampolinePool> TP) { in setTrampolinePool()233 std::unique_ptr<TrampolinePool> TP;264 TrampolinePool::NotifyLandingResolvedFunction; in LocalJITCompileCallbackManager()
117 TrampolinePool &getTrampolinePool();155 std::unique_ptr<TrampolinePool> TP;
38 class EPCTrampolinePool : public TrampolinePool {324 TrampolinePool &EPCIndirectionUtils::getTrampolinePool() { in getTrampolinePool()
60 TrampolinePool::~TrampolinePool() = default;
23 TrampolinePool *TP) in LazyCallThroughManager()