Searched refs:LastCanonicalAddr (Results 1 – 1 of 1) sorted by relevance
531 Optional<JITTargetAddress> LastCanonicalAddr; in graphifyRegularSymbols() local542 LastCanonicalAddr != NSym.Value); in graphifyRegularSymbols()544 if (LastCanonicalAddr != Sym.getAddress()) { in graphifyRegularSymbols()545 if (LastCanonicalAddr) in graphifyRegularSymbols()546 SymEnd = *LastCanonicalAddr; in graphifyRegularSymbols()547 LastCanonicalAddr = Sym.getAddress(); in graphifyRegularSymbols()677 JITTargetAddress LastCanonicalAddr = B.getAddress() + BlockEnd; in graphifyCStringSection() local686 if (LastCanonicalAddr != NSym.Value) { in graphifyCStringSection()688 LastCanonicalAddr = NSym.Value; in graphifyCStringSection()