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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  383   StringRef getName() const { return Name; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  647   error(IO.mapStringZ(Record.Name, "Name"));
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  620   IO.mapRequired("Name", Record.Name);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  192   piece += Record.Name;
  326         if (Record.Name.empty()) {
  329           Record.Name = unnamed_type_name;
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  522   P.format(" [name = `{0}`, parent = {1}]", Nested.Name, Nested.Type);