Searched refs:isZeroFill (Results 1 – 9 of 9) 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()
97 << (B.isZeroFill() ? "zero-fill" : "content") in operator <<()167 B.isZeroFill() in splitBlock()
75 if (B.isZeroFill()) in processBlock()185 if (B.isZeroFill()) in processBlock()
197 if (!B->isZeroFill()) in layOutBlocks()
97 if (B.isZeroFill()) { in printBlockContent()
757 if (SymInfo->isZeroFill()) in getSymbolLocalAddr()822 if (SecInfo->isZeroFill()) in getSectionAddr()852 if (StubInfo->isZeroFill()) in getStubOrGOTAddrFor()
196 bool isZeroFill() const { return !Data; } in isZeroFill() function502 bool isSymbolZeroFill() const { return getBlock().isZeroFill(); } in isSymbolZeroFill()
301 bool IsZeroFill = Sym->getBlock().isZeroFill(); in dumpSectionContents()
217 and not for zero-fill blocks (use ``isZeroFill`` to check, and prefer