Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DTPCIndirectionUtils.cpp51 std::vector<std::unique_ptr<Allocation>> TrampolineBlocks; member in __anonabbea0970111::TPCTrampolinePool
92 for (auto &Alloc : TrampolineBlocks) in deallocatePool()
132 TrampolineBlocks.push_back(std::move(*Alloc)); in grow()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h185 TrampolineBlocks.push_back(std::move(TrampolineBlock)); in grow()
192 std::vector<sys::OwningMemoryBlock> TrampolineBlocks; variable
H A DOrcRemoteTargetServer.h336 TrampolineBlocks.push_back(std::move(TrampolineBlock)); in handleEmitTrampolineBlock()
454 std::vector<sys::OwningMemoryBlock> TrampolineBlocks; variable