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

References

lib/DebugInfo/CodeView/SymbolDumper.cpp
  626   W.printString("UDTName", UDT.Name);
lib/DebugInfo/CodeView/SymbolRecordMapping.cpp
  461   error(IO.mapStringZ(UDT.Name));
lib/DebugInfo/PDB/Native/NativeTypeTypedef.cpp
   23 std::string NativeTypeTypedef::getName() const { return Record.Name; }
lib/ObjectYAML/CodeViewYAMLSymbols.cpp
  512   IO.mapRequired("UDTName", Symbol.Name);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  882   std::string uname = DropNameScope(udt.Name);
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
 1310       if (name == udt.Name)
 1386       toOpaqueUid(id), this, ConstString(udt.Name), target_type->GetByteSize(),
tools/llvm-pdbutil/DumpOutputStyle.cpp
  809     size_t Pos = UDT.Name.find("::");
  813     StringRef Scope = UDT.Name.take_front(Pos);
tools/llvm-pdbutil/MinimalSymbolDumper.cpp
  869   P.format(" `{0}`", UDT.Name);