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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  459   StringRef getName() const { return Name; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  409   error(mapNameAndUniqueName(IO, Record.Name, Record.UniqueName,
  423   error(mapNameAndUniqueName(IO, Record.Name, Record.UniqueName,
  437   error(mapNameAndUniqueName(IO, Record.Name, Record.UniqueName,
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  517   IO.mapRequired("Name", Record.Name);
  528   IO.mapRequired("Name", Record.Name);
  537   IO.mapRequired("Name", Record.Name);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  218     return CreateDeclInfoForUndecoratedName(record.Name);
  251       return {context, record.Name};
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.h
   70       return cvclass.Name;
   72       return cvenum.Name;
   73     return cvunion.Name;
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  531     MSVCUndecoratedNameParser parser(record.Name);
  541     return record.Name;
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  331   P.format(" `{0}`", Class.Name);
  345   P.format(" `{0}`", Union.Name);
  357   P.format(" `{0}`", Enum.Name);
unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp
  354   Class.Name = "FooClass";