Searched refs:PtrIndices (Results 1 – 1 of 1) sorted by relevance
706 DenseMap<const RuntimeCheckingPtrGroup *, unsigned> PtrIndices; in getPtrToIdxMap() local708 PtrIndices[&CG] = Idx; in getPtrToIdxMap()709 return PtrIndices; in getPtrToIdxMap()716 auto PtrIndices = getPtrToIdxMap(CheckingGroups); in printChecks() local720 OS.indent(Depth + 2) << "Comparing group GRP" << PtrIndices.at(Check1) in printChecks()724 OS.indent(Depth + 2) << "Against group GRP" << PtrIndices.at(Check2) in printChecks()737 auto PtrIndices = getPtrToIdxMap(CheckingGroups); in print() local739 OS.indent(Depth + 2) << "Group GRP" << PtrIndices.at(&CG) << ":\n"; in print()