Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp259 uint64_t SegZeroFillEnd = SegZeroFillStart; in allocateSegments() local
263 SegZeroFillEnd = alignToBlock(SegZeroFillEnd, *B); in allocateSegments()
264 SegZeroFillEnd += B->getSize(); in allocateSegments()
268 SegZeroFillEnd - SegZeroFillStart}; in allocateSegments()
275 << ", zero-fill size = " << (SegZeroFillEnd - SegZeroFillStart); in allocateSegments()