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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  382   TypeIndex getNestedType() const { return Type; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  646   error(IO.mapInteger(Record.Type, "Type"));
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  619   IO.mapRequired("Type", Record.Type);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  169   if (Record.Type.isSimple())
  172   CVType cvt = tpi.getType(Record.Type);
  337         parents[Record.Type] = parent;
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  522   P.format(" [name = `{0}`, parent = {1}]", Nested.Name, Nested.Type);
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
  496   checkTypeReferences(0, NestedType.Type);
  532       OneMethod.T1, OneMethod.T2, OneMethod.T3, OneMethod.T4, NestedType.Type,