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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  411   TypeIndex getIndexType() const { return IndexType; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  388   error(IO.mapInteger(Record.IndexType, "IndexType"));
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  444   IO.mapRequired("IndexType", Record.IndexType);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  371                  AT.IndexType, AT.ElementType);
  374                  AT.Name, AT.Size, AT.IndexType, AT.ElementType);
unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp
   32   if (R1.IndexType != R2.IndexType)
   32   if (R1.IndexType != R2.IndexType)
   99       AR.IndexType = TypeIndex::UInt32();
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
  358   checkTypeReferences(0, Array.ElementType, Array.IndexType);
  447   checkTypeReferences(11, Array.ElementType, Array.IndexType);