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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  781   StringRef getName() const { return Name; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  630   error(IO.mapStringZ(Record.Name, "Name"));
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  615   IO.mapRequired("Name", Record.Name);
tools/lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
  198     AddMethod(overloaded.Name, method.Type, method.getAccess(),
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  538            Method.Name, Method.NumOverloads, Method.MethodList);