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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  827   StringRef getName() const { return Name; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  659   error(IO.mapStringZ(Record.Name, "Name"));
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  633   IO.mapRequired("Name", Record.Name);
tools/lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
  132       m_derived_ct, static_data_member.Name, member_ct, access);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  551   P.format(" [name = `{0}`, type = {1}, attrs = {2}]", Field.Name, Field.Type,