Home
last modified time | relevance | path

Searched refs:releaseMappedMemory (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DMemory.h111 static std::error_code releaseMappedMemory(MemoryBlock &Block);
151 Memory::releaseMappedMemory(M); in ~OwningMemoryBlock()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp237 MMapper.releaseMappedMemory(Block); in ~SectionMemoryManager()
262 std::error_code releaseMappedMemory(sys::MemoryBlock &M) override { in releaseMappedMemory() function in llvm::__anonf828fbc60311::DefaultMMapper
263 return sys::Memory::releaseMappedMemory(M); in releaseMappedMemory()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DSectionMemoryManager.h99 virtual std::error_code releaseMappedMemory(sys::MemoryBlock &M) = 0;
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp55 if (auto EC = sys::Memory::releaseMappedMemory(Slab)) in allocate()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/
H A DMemory.inc157 std::error_code Memory::releaseMappedMemory(MemoryBlock &M) {
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/
H A DMemory.inc161 Memory::releaseMappedMemory(MemoryBlock &M) {
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetServer.h121 sys::Memory::releaseMappedMemory(Alloc.second); in ~Allocator()
H A DOrcRemoteTargetClient.h378 return errorCodeToError(sys::Memory::releaseMappedMemory(HostAllocation)); in deallocate()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DOrcRPCTPCServer.h572 if (auto EC = sys::Memory::releaseMappedMemory(MB)) in releaseMemory()