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

References

lib/DebugInfo/CodeView/RecordName.cpp
  105   Name = Class.getName();
  110   Name = Union.getName();
  115   Name = Enum.getName();
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
  254   W->printString("Name", Class.getName());
  266   W->printString("Name", Union.getName());
  279   W->printString("Name", Enum.getName());
lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp
  308   return Record->getName();
lib/DebugInfo/PDB/Native/NativeTypeUDT.cpp
   77   return Tag->getName();
lib/DebugInfo/PDB/Native/TpiHashing.cpp
   33   bool IsAnon = HasUniqueName && isAnonymous(Rec.getName());
   36     return hashStringV1(Rec.getName());
   72       Scoped ? Deserialized.getUniqueName() : Deserialized.getName();
lib/DebugInfo/PDB/Native/TpiStream.cpp
  208       if (ForwardTR.getName() == FullTR.getName())
  208       if (ForwardTR.getName() == FullTR.getName())