Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp38 class EPCTrampolinePool : public TrampolinePool { class
40 EPCTrampolinePool(EPCIndirectionUtils &EPCIU);
80 EPCTrampolinePool::EPCTrampolinePool(EPCIndirectionUtils &EPCIU) in EPCTrampolinePool() function in __anona215b6520111::EPCTrampolinePool
90 Error EPCTrampolinePool::deallocatePool() { in deallocatePool()
101 Error EPCTrampolinePool::grow() { in grow()
280 static_cast<EPCTrampolinePool &>(*TP).deallocatePool()); in cleanup()
325 TP = std::make_unique<EPCTrampolinePool>(*this); in getTrampolinePool()