Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DIndirectionUtils.h67 template <typename ORCABI> class LocalTrampolinePool : public TrampolinePool {
75 static Expected<std::unique_ptr<LocalTrampolinePool>>
79 auto LTP = std::unique_ptr<LocalTrampolinePool>( in Create()
80 new LocalTrampolinePool(std::move(GetTrampolineLanding), Err)); in Create()
109 LocalTrampolinePool<ORCABI> *TrampolinePool = in reenter()
110 static_cast<LocalTrampolinePool *>(TrampolinePoolPtr); in reenter()
115 LocalTrampolinePool(GetTrampolineLandingFunction GetTrampolineLanding, in LocalTrampolinePool() function
245 auto TP = LocalTrampolinePool<ORCABI>::Create( in LocalJITCompileCallbackManager()
DLazyReexports.h118 auto TP = LocalTrampolinePool<ORCABI>::Create( in init()