Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp241 sys::MemoryBlock StandardSegments, in IPInFlightAlloc() argument
244 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::IPInFlightAlloc
451 StandardSegmentsList.push_back(std::move(FA->StandardSegments)); in deallocate()
462 auto &StandardSegments = StandardSegmentsList.back(); in deallocate() local
472 if (auto EC = sys::Memory::releaseMappedMemory(StandardSegments)) in deallocate()
484 sys::MemoryBlock StandardSegments, in createFinalizedAlloc() argument
489 {std::move(StandardSegments), std::move(DeallocActions)}); in createFinalizedAlloc()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h384 sys::MemoryBlock StandardSegments; member
389 sys::MemoryBlock StandardSegments,