Searched refs:StandardSegments (Results 1 – 2 of 2) sorted by relevance
235 sys::MemoryBlock StandardSegments, in IPInFlightAlloc() argument238 StandardSegments(std::move(StandardSegments)), in IPInFlightAlloc()263 OnFinalized(MemMgr.createFinalizedAlloc(std::move(StandardSegments), in finalize()271 if (auto EC = sys::Memory::releaseMappedMemory(StandardSegments)) in abandon()298 sys::MemoryBlock StandardSegments; member in llvm::jitlink::InProcessMemoryManager::IPInFlightAlloc426 StandardSegmentsList.push_back(std::move(FA->StandardSegments)); in deallocate()438 auto &StandardSegments = StandardSegmentsList.back(); in deallocate() local448 if (auto EC = sys::Memory::releaseMappedMemory(StandardSegments)) in deallocate()460 sys::MemoryBlock StandardSegments, in createFinalizedAlloc() argument465 {std::move(StandardSegments), std::move(DeallocActions)}); in createFinalizedAlloc()
380 sys::MemoryBlock StandardSegments; member385 sys::MemoryBlock StandardSegments,