Home
last modified time | relevance | path

Searched refs:LocalTrampolinePool (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h68 template <typename ORCABI> class LocalTrampolinePool : public TrampolinePool {
76 static Expected<std::unique_ptr<LocalTrampolinePool>>
80 auto LTP = std::unique_ptr<LocalTrampolinePool>( in Create()
81 new LocalTrampolinePool(std::move(GetTrampolineLanding), Err)); in Create()
110 LocalTrampolinePool<ORCABI> *TrampolinePool = in reenter()
111 static_cast<LocalTrampolinePool *>(TrampolinePoolPtr); in reenter()
116 LocalTrampolinePool(GetTrampolineLandingFunction GetTrampolineLanding, in LocalTrampolinePool() function
246 auto TP = LocalTrampolinePool<ORCABI>::Create( in LocalJITCompileCallbackManager()
H A DLazyReexports.h118 auto TP = LocalTrampolinePool<ORCABI>::Create( in init()