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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  743   StringRef getName() const { return Name; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  137       error(IO.mapStringZ(Method.Name, "Name"));
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  506   io.mapRequired("Name", Record.Name);
tools/lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
  180   AddMethod(one_method.Name, one_method.Type, one_method.getAccess(),
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  528   P.format(" [name = `{0}`]", Method.Name);