Searched refs:isZeroFill (Results 1 – 14 of 14) sorted by relevance
98 bool isZeroFill() const { in isZeroFill() function118 assert(!isZeroFill() && "Can't get content for a zero-fill section"); in getContent()124 assert(isZeroFill() && "Can't get zero-fill length for content section"); in getZeroFillLength()
68 if (B.isZeroFill()) in processBlock()
102 if (B.isZeroFill()) in isCStringBlock()116 << (B.isZeroFill() ? "zero-fill" : "content") in operator <<()326 if (B->isZeroFill()) in dump()
143 assert((!B->isZeroFill() || all_of(B->edges(), in fixUpBlocks()
34 if (LLVM_LIKELY(!B->isZeroFill())) in BasicLayout()
117 if (B.isZeroFill()) in processBlock()
60 if (Block->isZeroFill()) in getSectionData()
897 if (SymInfo->isZeroFill()) in getSymbolLocalAddr()992 if (SecInfo->isZeroFill()) in getSectionAddr()1025 if (StubInfo->isZeroFill()) in getStubOrGOTAddrFor()
274 inline bool isZeroFill(uint32_t flags) { in isZeroFill() function
87 return isZeroFill(getFlags()) ? 0 : getSize(); in getFileSize()
356 ArrayRef<uint8_t> data = {isZeroFill(sec.flags) ? nullptr in parseSections()906 if (isZeroFill(isec->getFlags())) { in parseSymbols()
1177 osec->fileOff = isZeroFill(osec->flags) ? 0 : fileOff; in assignAddresses()
230 bool isZeroFill() const { return !Data; } in isZeroFill() function321 assert((K == Edge::KeepAlive || !isZeroFill()) && in addEdge()625 bool isSymbolZeroFill() const { return getBlock().isZeroFill(); } in isSymbolZeroFill()1248 if (B.isZeroFill()) {
394 assert(!B.isZeroFill() && "expected content block"); in addFunctionPointerRelocationsToCurrentSymbol()