Searched refs:isZeroFill (Results 1 – 16 of 16) 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 <<()163 B.isZeroFill() in splitBlock()269 if (B->isZeroFill()) in dump()
68 if (B.isZeroFill()) in processBlock()
131 assert((!B->isZeroFill() || all_of(B->edges(), in fixUpBlocks()
33 if (LLVM_LIKELY(!B->isZeroFill())) in BasicLayout()
119 if (B.isZeroFill()) in processBlock()
97 if (B.isZeroFill()) { in printBlockContent()
780 if (SymInfo->isZeroFill()) in getSymbolLocalAddr()845 if (SecInfo->isZeroFill()) in getSectionAddr()875 if (StubInfo->isZeroFill()) in getStubOrGOTAddrFor()
263 inline bool isZeroFill(uint32_t flags) { in isZeroFill() function
42 return isZeroFill(getFlags()) ? 0 : getSize(); in getFileSize()
336 ArrayRef<uint8_t> data = {isZeroFill(sec.flags) ? nullptr in parseSections()902 if (isZeroFill(isec->getFlags())) { in parseSymbols()
1126 osec->fileOff = isZeroFill(osec->flags) ? 0 : fileOff; in assignAddresses()
223 bool isZeroFill() const { return !Data; } in isZeroFill() function308 assert((K == Edge::KeepAlive || !isZeroFill()) && in addEdge()579 bool isSymbolZeroFill() const { return getBlock().isZeroFill(); } in isSymbolZeroFill()
416 assert(!B.isZeroFill() && "expected content block"); in addFunctionPointerRelocationsToCurrentSymbol()
433 bool IsZeroFill = Sym->getBlock().isZeroFill(); in dumpSectionContents()
217 and not for zero-fill blocks (use ``isZeroFill`` to check, and prefer