Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp51 std::vector<FinalizedAlloc> TrampolineBlocks; member in __anona215b6520111::EPCTrampolinePool
95 std::move(TrampolineBlocks), in deallocatePool()
130 TrampolineBlocks.push_back(std::move(*FA)); in grow()
/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h192 TrampolineBlocks.push_back(std::move(TrampolineBlock)); in grow()
199 std::vector<sys::OwningMemoryBlock> TrampolineBlocks; variable