Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp98 TotalSize += Seg.getZeroFillSize(); in allocate()
114 uint64_t SegmentSize = alignTo(Seg.getContentSize() + Seg.getZeroFillSize(), in allocate()
125 Seg.getZeroFillSize()); in allocate()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h48 uint64_t getZeroFillSize() const { return ZeroFillSize; } in getZeroFillSize() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRPCExecutorProcessControl.h162 KV.second.getContentSize() + KV.second.getZeroFillSize(), in allocate()
179 << formatv("{0:x16}", KV.second.getZeroFillSize()) in allocate()
H A DOrcRemoteTargetClient.h419 uint64_t SegmentSize = Seg.getContentSize() + Seg.getZeroFillSize(); in allocateHostBlocks()
424 memset(ZeroFillBegin, 0, Seg.getZeroFillSize()); in allocateHostBlocks()
511 TotalSize += Seg.getZeroFillSize(); in calcTotalAllocSize()