Searched refs:isZeroFill (Results 1 – 13 of 13) sorted by relevance
96 bool isZeroFill() const {116 assert(!isZeroFill() && "Can't get content for a zero-fill section"); in getZeroFillLength() 122 assert(isZeroFill() && "Can't get zero-fill length for content section"); in setTargetAddress() 91 bool isZeroFill() const { isZeroFill() function
101 if (B.isZeroFill()) in isCStringBlock()115 << (B.isZeroFill() ? "zero-fill" : "content") in operator <<()183 B.isZeroFill() in splitBlock()289 if (B->isZeroFill()) in dump()
68 if (B.isZeroFill()) in processBlock()
143 assert((!B->isZeroFill() || all_of(B->edges(), in fixUpBlocks()
34 if (LLVM_LIKELY(!B->isZeroFill())) in BasicLayout()
119 if (B.isZeroFill()) in processBlock()
898 if (SymInfo->isZeroFill()) in getSymbolLocalAddr()993 if (SecInfo->isZeroFill()) in getSectionAddr()1026 if (StubInfo->isZeroFill()) in getStubOrGOTAddrFor()
273 inline bool isZeroFill(uint32_t flags) { in isZeroFill() function
88 return isZeroFill(getFlags()) ? 0 : getSize(); in getFileSize()
358 ArrayRef<uint8_t> data = {isZeroFill(sec.flags) ? nullptr in parseSections()908 if (isZeroFill(isec->getFlags())) { in parseSymbols()
1148 osec->fileOff = isZeroFill(osec->flags) ? 0 : fileOff; in assignAddresses()
365 assert(!B.isZeroFill() && "expected content block"); in addFunctionPointerRelocationsToCurrentSymbol()
229 bool isZeroFill() const { return !Data; } in isZeroFill() function314 assert((K == Edge::KeepAlive || !isZeroFill()) && in addEdge()598 bool isSymbolZeroFill() const { return getBlock().isZeroFill(); } in isSymbolZeroFill()