Searched refs:StandardSegments (Results 1 – 2 of 2) sorted by relevance
244 sys::MemoryBlock StandardSegments, in IPInFlightAlloc() argument247 StandardSegments(std::move(StandardSegments)), in IPInFlightAlloc()277 if (auto EC = sys::Memory::releaseMappedMemory(StandardSegments)) in abandon()312 OnFinalized(MemMgr.createFinalizedAlloc(std::move(StandardSegments), in completeFinalization()337 sys::MemoryBlock StandardSegments; member in llvm::jitlink::InProcessMemoryManager::IPInFlightAlloc464 StandardSegmentsList.push_back(std::move(FA->StandardSegments)); in deallocate()475 auto &StandardSegments = StandardSegmentsList.back(); in deallocate() local485 if (auto EC = sys::Memory::releaseMappedMemory(StandardSegments)) in deallocate()497 sys::MemoryBlock StandardSegments, in createFinalizedAlloc() argument502 {std::move(StandardSegments), std::move(DeallocActions)}); in createFinalizedAlloc()
391 sys::MemoryBlock StandardSegments; member396 sys::MemoryBlock StandardSegments,