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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  493   TypeIndex getDerivationList() const { return DerivationList; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  406   error(IO.mapInteger(Record.DerivationList, "DerivedFrom"));
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  519   IO.mapRequired("DerivationList", Record.DerivationList);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  335                Class.VTableShape, Class.DerivationList, Class.FieldList);
unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp
  358   Class.DerivationList = TypeIndex::fromArrayIndex(0);
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
  364   checkTypeReferences(0, Class.FieldList, Class.DerivationList,
  371   checkTypeReferences(0, Struct.FieldList, Struct.DerivationList,
  448   checkTypeReferences(12, Class.FieldList, Class.DerivationList,