Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h410 char *SlabAddr = static_cast<char *>(HostAllocation.base()); in allocateHostBlocks() local
412 char *SlabAddrEnd = SlabAddr + HostAllocation.allocatedSize(); in allocateHostBlocks()
423 char *ZeroFillBegin = SlabAddr + Seg.getContentSize(); in allocateHostBlocks()
428 sys::MemoryBlock(SlabAddr, AlignedSegmentSize); in allocateHostBlocks()
430 SlabAddr += AlignedSegmentSize; in allocateHostBlocks()
431 assert(SlabAddr <= SlabAddrEnd && "Out of range"); in allocateHostBlocks()