Lines Matching refs:getAddress
112 return OS << B.getAddress() << " -- " << (B.getAddress() + B.getSize()) in operator <<()
122 OS << Sym.getAddress() << " (" << (Sym.isDefined() ? "block" : "addressable") in operator <<()
134 OS << "edge@" << B.getAddress() + E.getOffset() << ": " << B.getAddress() in printEdge()
146 if (B->getAddress() < SecAddress) in printEdge()
147 SecAddress = B->getAddress(); in printEdge()
149 orc::ExecutorAddrDiff SecDelta = TargetSym.getAddress() - SecAddress; in printEdge()
150 OS << TargetSym.getAddress() << " (section " << TargetSec.getName(); in printEdge()
153 OS << " / block " << TargetBlock.getAddress(); in printEdge()
184 ? createZeroFillBlock(B.getSection(), SplitIndex, B.getAddress(), in splitBlock()
188 B.getAddress(), B.getAlignment(), B.getAlignmentOffset()); in splitBlock()
191 B.setAddress(B.getAddress() + SplitIndex); in splitBlock()
281 return LHS->getAddress() < RHS->getAddress(); in dump()
285 OS << " block " << B->getAddress() in dump()
321 << formatv("{0:x16}", E.getTarget().getAddress()) << "+" in dump()
334 OS << " " << Sym->getAddress() << ": " << *Sym << "\n"; in dump()
341 OS << " " << Sym->getAddress() << ": " << *Sym in dump()
393 ErrStream << " at address " << formatv("{0:x}", E.getTarget().getAddress()) in makeTargetOutOfRangeError()
410 ErrStream << formatv("{0:x}", B.getAddress()) << " + " in makeTargetOutOfRangeError()
499 G->addAbsoluteSymbol(*Name, Def.getAddress(), /*Size=*/0, in absoluteSymbolsLinkGraph()