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

References

lib/DebugInfo/CodeView/SymbolDumper.cpp
  302   printTypeIndex("Type", Data.Type);
lib/DebugInfo/CodeView/SymbolRecordMapping.cpp
  221   error(IO.mapInteger(Data.Type));
lib/ObjectYAML/CodeViewYAMLSymbols.cpp
  539   IO.mapRequired("Type", Symbol.Type);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  486     result.type = data.Type;
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  762     ti = ds.Type;
tools/llvm-pdbutil/MinimalSymbolDumper.cpp
  558   P.formatLine("type = {0}, addr = {1}", typeIndex(Data.Type),
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
  549   DS.Type = TypeIndex::Float32();
  551   checkTypeReferences(0, DS.Type);