Searched refs:StandardSegments (Results 1 – 2 of 2) sorted by relevance
241 sys::MemoryBlock StandardSegments, in IPInFlightAlloc() argument244 StandardSegments(std::move(StandardSegments)), in IPInFlightAlloc()280 OnFinalized(MemMgr.createFinalizedAlloc(std::move(StandardSegments), in finalize()288 if (auto EC = sys::Memory::releaseMappedMemory(StandardSegments)) in abandon()323 sys::MemoryBlock StandardSegments; member in llvm::jitlink::InProcessMemoryManager::IPInFlightAlloc451 StandardSegmentsList.push_back(std::move(FA->StandardSegments)); in deallocate()462 auto &StandardSegments = StandardSegmentsList.back(); in deallocate() local472 if (auto EC = sys::Memory::releaseMappedMemory(StandardSegments)) in deallocate()484 sys::MemoryBlock StandardSegments, in createFinalizedAlloc() argument489 {std::move(StandardSegments), std::move(DeallocActions)}); in createFinalizedAlloc()
384 sys::MemoryBlock StandardSegments; member 389 sys::MemoryBlock StandardSegments,