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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  458   TypeIndex getFieldList() const { return FieldList; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  405   error(IO.mapInteger(Record.FieldList, "FieldList"));
  421   error(IO.mapInteger(Record.FieldList, "FieldList"));
  436   error(IO.mapInteger(Record.FieldList, "FieldListType"));
lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp
   69   ContinuationIndex = ClassParent.getEnumRecord().FieldList;
  101                           ClassParent.getEnumRecord().FieldList, Index,
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  516   IO.mapRequired("FieldList", Record.FieldList);
  527   IO.mapRequired("FieldList", Record.FieldList);
  536   IO.mapRequired("FieldList", Record.FieldList);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  342     CVType field_list = m_index.tpi().getType(tag.asTag().FieldList);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  428     return cr.FieldList;
  433     return ur.FieldList;
  438     return er.FieldList;
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  335                Class.VTableShape, Class.DerivationList, Class.FieldList);
  348   P.formatLine("field list: {0}", Union.FieldList);
  360   P.formatLine("field list: {0}, underlying type: {1}", Enum.FieldList,
unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp
  359   Class.FieldList = TypeIndex::fromArrayIndex(0);
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
  364   checkTypeReferences(0, Class.FieldList, Class.DerivationList,
  371   checkTypeReferences(0, Struct.FieldList, Struct.DerivationList,
  378   checkTypeReferences(0, Union.FieldList);
  384   checkTypeReferences(0, Enum.FieldList, Enum.UnderlyingType);
  448   checkTypeReferences(12, Class.FieldList, Class.DerivationList,
  450   checkTypeReferences(13, Union.FieldList);
  451   checkTypeReferences(14, Enum.FieldList, Enum.UnderlyingType);