Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp251 size_t SegContentSize = 0; in allocateSegments() local
254 SegContentSize = alignToBlock(SegContentSize, *B); in allocateSegments()
255 SegContentSize += B->getSize(); in allocateSegments()
258 uint64_t SegZeroFillStart = SegContentSize; in allocateSegments()
267 Segments[Prot] = {SegAlign, SegContentSize, in allocateSegments()
274 << ", content size = " << SegContentSize in allocateSegments()