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

Declarations

include/llvm/DebugInfo/CodeView/TypeDumpVisitor.h
   38   void printTypeIndex(StringRef FieldName, TypeIndex TI) const;

References

lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
  230     printTypeIndex("ArgType", Indices[I]);
  250   printTypeIndex("FieldList", Class.getFieldList());
  251   printTypeIndex("DerivedFrom", Class.getDerivationList());
  252   printTypeIndex("VShape", Class.getVTableShape());
  264   printTypeIndex("FieldList", Union.getFieldList());
  277   printTypeIndex("UnderlyingType", Enum.getUnderlyingType());
  278   printTypeIndex("FieldListType", Enum.getFieldList());
  286   printTypeIndex("ElementType", AT.getElementType());
  287   printTypeIndex("IndexType", AT.getIndexType());
  294   printTypeIndex("CompleteClass", VFT.getCompleteClass());
  295   printTypeIndex("OverriddenVFTable", VFT.getOverriddenVTable());
  304   printTypeIndex("ClassType", Id.getClassType());
  305   printTypeIndex("FunctionType", Id.getFunctionType());
  311   printTypeIndex("ReturnType", Proc.getReturnType());
  317   printTypeIndex("ArgListType", Proc.getArgumentList());
  322   printTypeIndex("ReturnType", MF.getReturnType());
  323   printTypeIndex("ClassType", MF.getClassType());
  324   printTypeIndex("ThisType", MF.getThisType());
  330   printTypeIndex("ArgListType", MF.getArgumentList());
  340     printTypeIndex("Type", M.getType());
  349   printTypeIndex("FunctionType", Func.getFunctionType());
  362   printTypeIndex("PointeeType", Ptr.getReferentType());
  379     printTypeIndex("ClassType", MI.getContainingType());
  389   printTypeIndex("ModifiedType", Mod.getModifiedType());
  396   printTypeIndex("Type", BitField.getType());
  410   printTypeIndex("UDT", Line.getUDT());
  418   printTypeIndex("UDT", Line.getUDT());
  467   printTypeIndex("Type", Nested.getNestedType());
  476   printTypeIndex("Type", Method.getType());
  487   printTypeIndex("MethodListIndex", Method.getMethodList());
  496   printTypeIndex("Type", Field.getType());
  506   printTypeIndex("Type", Field.getType());
  513   printTypeIndex("Type", VFTable.getType());
  530   printTypeIndex("BaseType", Base.getBaseType());
  539   printTypeIndex("BaseType", Base.getBaseType());
  540   printTypeIndex("VBPtrType", Base.getVBPtrType());
  548   printTypeIndex("ContinuationIndex", Cont.getContinuationIndex());