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

References

lib/DebugInfo/CodeView/SymbolDumper.cpp
  179   W.printString("Name", CoffGroup.Name);
lib/DebugInfo/CodeView/SymbolRecordMapping.cpp
  109   error(IO.mapStringZ(CoffGroup.Name));
lib/ObjectYAML/CodeViewYAMLSymbols.cpp
  312   IO.mapRequired("Name", Symbol.Name);
tools/lld/COFF/PDB.cpp
 1466   cgs.Name = sec->name;
 1475   if (cgs.Name.startswith(".idata"))
tools/llvm-pdbutil/MinimalSymbolDumper.cpp
  435   P.format(" `{0}`", CG.Name);