Lines Matching refs:getAddress
331 assert(!AddrToCanonicalSymbol.count(Sym.getAddress()) && in addSectionStartSymAndBlock()
333 AddrToCanonicalSymbol[Sym.getAddress()] = &Sym; in addSectionStartSymAndBlock()
544 if (LastCanonicalAddr != Sym.getAddress()) { in graphifyRegularSymbols()
547 LastCanonicalAddr = Sym.getAddress(); in graphifyRegularSymbols()
578 auto &Sym = NSym.Name ? G->addDefinedSymbol(B, NSym.Value - B.getAddress(), in createStandardGraphSymbol()
581 : G->addAnonymousSymbol(B, NSym.Value - B.getAddress(), in createStandardGraphSymbol()
659 dbgs() << " Created block " << formatv("{0:x}", B.getAddress()) in graphifyCStringSection()
660 << " -- " << formatv("{0:x}", B.getAddress() + B.getSize()) in graphifyCStringSection()
665 if (NSyms.empty() || NSyms.back()->Value != B.getAddress()) { in graphifyCStringSection()
670 << formatv("{0:x16} -- {1:x16}", S.getAddress(), in graphifyCStringSection()
671 S.getAddress() + BlockSize) in graphifyCStringSection()
677 JITTargetAddress LastCanonicalAddr = B.getAddress() + BlockEnd; in graphifyCStringSection()
679 NSyms.back()->Value < (B.getAddress() + BlockSize)) { in graphifyCStringSection()
681 size_t SymSize = (B.getAddress() + BlockSize) - NSyms.back()->Value; in graphifyCStringSection()