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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  410   TypeIndex getElementType() const { return ElementType; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  387   error(IO.mapInteger(Record.ElementType, "ElementType"));
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  443   IO.mapRequired("ElementType", Record.ElementType);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
 1118   clang::QualType element_type = GetOrCreateType(ar.ElementType);
 1121       ar.Size / GetSizeOfType({ar.ElementType}, m_index.tpi());
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  593   TypeSP element_type = GetOrCreateType(ar.ElementType);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  371                  AT.IndexType, AT.ElementType);
  374                  AT.Name, AT.Size, AT.IndexType, AT.ElementType);
unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp
   30   if (R1.ElementType != R2.ElementType)
   30   if (R1.ElementType != R2.ElementType)
   98       AR.ElementType = TypeIndex::Int32();
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
  358   checkTypeReferences(0, Array.ElementType, Array.IndexType);
  447   checkTypeReferences(11, Array.ElementType, Array.IndexType);