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

References

lib/DebugInfo/CodeView/SymbolDumper.cpp
  625   printTypeIndex("Type", UDT.Type);
lib/DebugInfo/CodeView/SymbolRecordMapping.cpp
  460   error(IO.mapInteger(UDT.Type));
lib/DebugInfo/PDB/Native/NativeTypeTypedef.cpp
   26   return Session.getSymbolCache().findSymbolByTypeIndex(Record.Type);
lib/ObjectYAML/CodeViewYAMLSymbols.cpp
  511   IO.mapRequired("Type", Symbol.Type);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  879   PdbTypeSymId real_type_id{udt.Type, false};
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
 1307     if (IsTagRecord(PdbTypeSymId{udt.Type, false}, m_index->tpi())) {
 1308       CVType cvt = m_index->tpi().getType(udt.Type);
 1380   TypeSP target_type = GetOrCreateType(udt.Type);
tools/llvm-pdbutil/DumpOutputStyle.cpp
  797     if (UDT.Type.isNoneType())
  799     else if (UDT.Type.isSimple())
  801     else if (Optional<CVType> T = TpiTypes.tryGetType(UDT.Type)) {
tools/llvm-pdbutil/MinimalSymbolDumper.cpp
  871   P.formatLine("original type = {0}", UDT.Type);