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.cpp244 sys::MemoryBlock StandardSegments, in IPInFlightAlloc() argument
247 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::IPInFlightAlloc
464 StandardSegmentsList.push_back(std::move(FA->StandardSegments)); in deallocate()
475 auto &StandardSegments = StandardSegmentsList.back(); in deallocate() local
485 if (auto EC = sys::Memory::releaseMappedMemory(StandardSegments)) in deallocate()
497 sys::MemoryBlock StandardSegments, in createFinalizedAlloc() argument
502 {std::move(StandardSegments), std::move(DeallocActions)}); in createFinalizedAlloc()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h391 sys::MemoryBlock StandardSegments; member
396 sys::MemoryBlock StandardSegments,