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() || B->edges_size() == 0) && in fixUpBlocks()
33 if (LLVM_LIKELY(!B->isZeroFill())) in BasicLayout()
93 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()
255 inline bool isZeroFill(uint32_t flags) { in isZeroFill() function
40 return isZeroFill(getFlags()) ? 0 : getSize(); in getFileSize()
318 ArrayRef<uint8_t> data = {isZeroFill(sec.flags) ? nullptr in parseSections()996 if (isZeroFill(isec->getFlags())) { in parseSymbols()
1078 osec->fileOff = isZeroFill(osec->flags) ? 0 : fileOff; in assignAddresses()
405 assert(!B.isZeroFill() && "expected content block"); in addFunctionPointerRelocationsToCurrentSymbol()
221 bool isZeroFill() const { return !Data; } in isZeroFill() function306 assert(!isZeroFill() && "Adding edge to zero-fill block?"); in addEdge()591 bool isSymbolZeroFill() const { return getBlock().isZeroFill(); } in isSymbolZeroFill()
418 bool IsZeroFill = Sym->getBlock().isZeroFill(); in dumpSectionContents()
217 and not for zero-fill blocks (use ``isZeroFill`` to check, and prefer