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

References

lib/DebugInfo/PDB/Native/NativeTypeFunctionSig.cpp
  112   NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields);
  114   dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session,
  118   dumpSymbolField(OS, "callingConvention", getCallingConvention(), Indent);
  119   dumpSymbolField(OS, "count", getCount(), Indent);
  120   dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session,
  123     dumpSymbolField(OS, "thisAdjust", getThisAdjust(), Indent);
  124   dumpSymbolField(OS, "constructor", hasConstructor(), Indent);
  125   dumpSymbolField(OS, "constType", isConstType(), Indent);
  127                   Indent);
  128   dumpSymbolField(OS, "isCxxReturnUdt", isCxxReturnUdt(), Indent);
  129   dumpSymbolField(OS, "unalignedType", isUnalignedType(), Indent);
  130   dumpSymbolField(OS, "volatileType", isVolatileType(), Indent);