Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp235 sys::MemoryBlock StandardSegments, in IPInFlightAlloc() argument
238 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::IPInFlightAlloc
426 StandardSegmentsList.push_back(std::move(FA->StandardSegments)); in deallocate()
438 auto &StandardSegments = StandardSegmentsList.back(); in deallocate() local
448 if (auto EC = sys::Memory::releaseMappedMemory(StandardSegments)) in deallocate()
460 sys::MemoryBlock StandardSegments, in createFinalizedAlloc() argument
465 {std::move(StandardSegments), std::move(DeallocActions)}); in createFinalizedAlloc()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h380 sys::MemoryBlock StandardSegments; member
385 sys::MemoryBlock StandardSegments,