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

References

lib/DebugInfo/PDB/Native/NativeTypeArray.cpp
   29   NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields);
   31   dumpSymbolField(OS, "arrayIndexTypeId", getArrayIndexTypeId(), Indent);
   32   dumpSymbolIdField(OS, "elementTypeId", getTypeId(), Indent, Session,
   35   dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session,
   38   dumpSymbolField(OS, "length", getLength(), Indent);
   39   dumpSymbolField(OS, "count", getCount(), Indent);
   40   dumpSymbolField(OS, "constType", isConstType(), Indent);
   41   dumpSymbolField(OS, "unalignedType", isUnalignedType(), Indent);
   42   dumpSymbolField(OS, "volatileType", isVolatileType(), Indent);