Searched refs:isZeroFill (Results 1 – 18 of 18) sorted by relevance
90 bool isZeroFill() const { in isZeroFill() function110 assert(!isZeroFill() && "Can't get content for a zero-fill section"); in getContent()116 assert(isZeroFill() && "Can't get zero-fill length for content section"); in getZeroFillLength()
63 inline bool isZeroFill(uint32_t flags) { in isZeroFill() function
30 return isZeroFill(flags) ? 0 : getSize(); in getFileSize()
170 if (!isZeroFill(osec->flags)) { in writeTo()528 if (isZeroFill(osec->flags)) in sectionOrder()637 osec->fileOff = isZeroFill(osec->flags) ? 0 : fileOff; in assignAddresses()
169 isec->data = {isZeroFill(sec.flags) ? nullptr : buf + sec.offset, in parseSections()
95 << (B.isZeroFill() ? "zero-fill" : "content") in operator <<()165 B.isZeroFill() in splitBlock()
73 if (B.isZeroFill()) in processBlock()176 if (B.isZeroFill()) in processBlock()
144 if (!B->isZeroFill()) in layOutBlocks()
97 << (B.isZeroFill() ? "zero-fill" : "content") in operator <<()192 B.isZeroFill() in splitBlock()
75 if (B.isZeroFill()) in processBlock()178 if (B.isZeroFill()) in processBlock()
186 if (!B->isZeroFill()) in layOutBlocks()
96 if (B->isZeroFill()) in printLinkGraph()
744 if (SymInfo->isZeroFill()) in getSymbolLocalAddr()809 if (SecInfo->isZeroFill()) in getSectionAddr()839 if (StubInfo->isZeroFill()) in getStubOrGOTAddrFor()
755 if (SymInfo->isZeroFill()) in getSymbolLocalAddr()820 if (SecInfo->isZeroFill()) in getSectionAddr()850 if (StubInfo->isZeroFill()) in getStubOrGOTAddrFor()
186 bool isZeroFill() const { return !Data; } in isZeroFill() function474 bool isSymbolZeroFill() const { return getBlock().isZeroFill(); } in isSymbolZeroFill()
185 bool isZeroFill() const { return !Data; } in isZeroFill() function467 bool isSymbolZeroFill() const { return getBlock().isZeroFill(); } in isSymbolZeroFill()
290 bool IsZeroFill = Sym->getBlock().isZeroFill(); in dumpSectionContents()