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

References

lib/DebugInfo/CodeView/SymbolDumper.cpp
  511   W.printString("Name", Register.Name);
lib/DebugInfo/CodeView/SymbolRecordMapping.cpp
  355   error(IO.mapStringZ(Register.Name));
lib/ObjectYAML/CodeViewYAMLSymbols.cpp
  338   IO.mapRequired("Name", Symbol.Name);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
 1060       param_name = reg.Name;
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  471     result.name = reg.Name;
tools/llvm-pdbutil/MinimalSymbolDumper.cpp
  761   P.format(" `{0}`", Register.Name);
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
  558   Reg.Name = "Target";