Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h420 uint64_t AlignedSegmentSize = alignTo(SegmentSize, TargetPageSize); in allocateHostBlocks() local
428 sys::MemoryBlock(SlabAddr, AlignedSegmentSize); in allocateHostBlocks()
430 SlabAddr += AlignedSegmentSize; in allocateHostBlocks()