Lines Matching refs:getAddress
59 auto &CurSym = PC.AddrToSym[Sym->getAddress()];
77 return LHS->getAddress() < RHS->getAddress();
106 formatv("{0:x}", B.getAddress() + R.getOffset() - 12) +
116 LLVM_DEBUG(dbgs() << " Processing block at " << B.getAddress() << "\n");
161 formatv("{0:x16}", B.getAddress()));
270 formatv("{0:x}", B.getAddress().getValue()));
285 assert(!PC.CIEInfos.count(CIESymbol.getAddress()) &&
287 PC.CIEInfos[CIESymbol.getAddress()] = std::move(CIEInfo);
298 orc::ExecutorAddr RecordAddress = B.getAddress();
347 if (auto CIEInfoOrErr = PC.findCIEInfo(EI.Target->getAddress()))
368 << (*PCBegin)->getBlock().getAddress() << " to FDE at "
483 formatv("{0:x16}", InBlock.getAddress()));
527 << (BlockToFix.getAddress() + PointerFieldOffset) << " to "
528 << FieldName << " at " << EdgeI->second.Target->getAddress();
579 Target = BlockToFix.getAddress() + PointerFieldOffset;
593 << (BlockToFix.getAddress() + PointerFieldOffset) << " to "
594 << FieldName << " at " << TargetSym->getAddress();
617 PC.G.addAnonymousSymbol(*B, Addr - B->getAddress(), 0, false, false);
618 PC.AddrToSym[S.getAddress()] = &S;