Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp444 std::vector<sys::MemoryBlock> StandardSegmentsList; in deallocate() local
451 StandardSegmentsList.push_back(std::move(FA->StandardSegments)); in deallocate()
462 auto &StandardSegments = StandardSegmentsList.back(); in deallocate()
476 StandardSegmentsList.pop_back(); in deallocate()