reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  363   auto I = TypeIndices.find({Scope, nullptr});
  364   if (I != TypeIndices.end())
  378   auto I = TypeIndices.find({SP, nullptr});
  379   if (I != TypeIndices.end())
  446   auto I = TypeIndices.find({SP, Class});
  447   if (I != TypeIndices.end())
  465   auto InsertResult = TypeIndices.insert({{Node, ClassTy}, TI});
  864     assert(TypeIndices.count({SP, nullptr}));
  865     TypeIndex InlineeIdx = TypeIndices[{SP, nullptr}];
  886   assert(TypeIndices.count({Site.Inlinee, nullptr}));
  887   TypeIndex InlineeIdx = TypeIndices[{Site.Inlinee, nullptr}];
 2122   TypeIndices.clear();
 2466   auto I = TypeIndices.find({Ty, ClassTy});
 2467   if (I != TypeIndices.end())
 2492   auto I = TypeIndices.find({PtrTy, SubroutineTy});
 2493   if (I != TypeIndices.end())