Searched refs:isZeroFill (Results 1 – 6 of 6) 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()
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()
744 if (SymInfo->isZeroFill()) in getSymbolLocalAddr()809 if (SecInfo->isZeroFill()) in getSectionAddr()839 if (StubInfo->isZeroFill()) in getStubOrGOTAddrFor()
185 bool isZeroFill() const { return !Data; } in isZeroFill() function467 bool isSymbolZeroFill() const { return getBlock().isZeroFill(); } in isSymbolZeroFill()