Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h378 return errorCodeToError(sys::Memory::releaseMappedMemory(HostAllocation)); in deallocate()
387 sys::MemoryBlock HostAllocation; variable
405 HostAllocation = in allocateHostBlocks()
410 char *SlabAddr = static_cast<char *>(HostAllocation.base()); in allocateHostBlocks()
412 char *SlabAddrEnd = SlabAddr + HostAllocation.allocatedSize(); in allocateHostBlocks()
440 TargetSegmentAddr = Client.reserveMem(Id, HostAllocation.allocatedSize(), in allocateTargetBlocks()
457 HostAllocation.allocatedSize() && in allocateTargetBlocks()