Lines Matching refs:getAddress
92 return OS << B.getAddress() << " -- " << (B.getAddress() + B.getSize()) in operator <<()
102 OS << Sym.getAddress() << " (" << (Sym.isDefined() ? "block" : "addressable") in operator <<()
114 OS << "edge@" << B.getAddress() + E.getOffset() << ": " << B.getAddress() in printEdge()
126 if (B->getAddress() < SecAddress) in printEdge()
127 SecAddress = B->getAddress(); in printEdge()
129 orc::ExecutorAddrDiff SecDelta = TargetSym.getAddress() - SecAddress; in printEdge()
130 OS << TargetSym.getAddress() << " (section " << TargetSec.getName(); in printEdge()
133 OS << " / block " << TargetBlock.getAddress(); in printEdge()
164 ? createZeroFillBlock(B.getSection(), SplitIndex, B.getAddress(), in splitBlock()
168 B.getAddress(), B.getAlignment(), B.getAlignmentOffset()); in splitBlock()
171 B.setAddress(B.getAddress() + SplitIndex); in splitBlock()
261 return LHS->getAddress() < RHS->getAddress(); in dump()
265 OS << " block " << B->getAddress() in dump()
301 << formatv("{0:x16}", E.getTarget().getAddress()) << "+" in dump()
314 OS << " " << Sym->getAddress() << ": " << *Sym << "\n"; in dump()
321 OS << " " << Sym->getAddress() << ": " << *Sym << "\n"; in dump()
372 ErrStream << " at address " << formatv("{0:x}", E.getTarget().getAddress()) in makeTargetOutOfRangeError()
389 ErrStream << formatv("{0:x}", B.getAddress()) << " + " in makeTargetOutOfRangeError()