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

References

lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
   32     ENUM_ENTRY(ClassOptions, Packed),
   33     ENUM_ENTRY(ClassOptions, HasConstructorOrDestructor),
   34     ENUM_ENTRY(ClassOptions, HasOverloadedOperator),
   35     ENUM_ENTRY(ClassOptions, Nested),
   36     ENUM_ENTRY(ClassOptions, ContainsNestedClass),
   37     ENUM_ENTRY(ClassOptions, HasOverloadedAssignmentOperator),
   38     ENUM_ENTRY(ClassOptions, HasConversionOperator),
   39     ENUM_ENTRY(ClassOptions, ForwardReference),
   40     ENUM_ENTRY(ClassOptions, Scoped),
   41     ENUM_ENTRY(ClassOptions, HasUniqueName),
   42     ENUM_ENTRY(ClassOptions, Sealed),
   43     ENUM_ENTRY(ClassOptions, Intrinsic),
   47     ENUM_ENTRY(MemberAccess, None), ENUM_ENTRY(MemberAccess, Private),
   47     ENUM_ENTRY(MemberAccess, None), ENUM_ENTRY(MemberAccess, Private),
   48     ENUM_ENTRY(MemberAccess, Protected), ENUM_ENTRY(MemberAccess, Public),
   48     ENUM_ENTRY(MemberAccess, Protected), ENUM_ENTRY(MemberAccess, Public),
   52     ENUM_ENTRY(MethodOptions, Pseudo),
   53     ENUM_ENTRY(MethodOptions, NoInherit),
   54     ENUM_ENTRY(MethodOptions, NoConstruct),
   55     ENUM_ENTRY(MethodOptions, CompilerGenerated),
   56     ENUM_ENTRY(MethodOptions, Sealed),
   60     ENUM_ENTRY(MethodKind, Vanilla),
   61     ENUM_ENTRY(MethodKind, Virtual),
   62     ENUM_ENTRY(MethodKind, Static),
   63     ENUM_ENTRY(MethodKind, Friend),
   64     ENUM_ENTRY(MethodKind, IntroducingVirtual),
   65     ENUM_ENTRY(MethodKind, PureVirtual),
   66     ENUM_ENTRY(MethodKind, PureIntroducingVirtual),
   70     ENUM_ENTRY(PointerKind, Near16),
   71     ENUM_ENTRY(PointerKind, Far16),
   72     ENUM_ENTRY(PointerKind, Huge16),
   73     ENUM_ENTRY(PointerKind, BasedOnSegment),
   74     ENUM_ENTRY(PointerKind, BasedOnValue),
   75     ENUM_ENTRY(PointerKind, BasedOnSegmentValue),
   76     ENUM_ENTRY(PointerKind, BasedOnAddress),
   77     ENUM_ENTRY(PointerKind, BasedOnSegmentAddress),
   78     ENUM_ENTRY(PointerKind, BasedOnType),
   79     ENUM_ENTRY(PointerKind, BasedOnSelf),
   80     ENUM_ENTRY(PointerKind, Near32),
   81     ENUM_ENTRY(PointerKind, Far32),
   82     ENUM_ENTRY(PointerKind, Near64),
   86     ENUM_ENTRY(PointerMode, Pointer),
   87     ENUM_ENTRY(PointerMode, LValueReference),
   88     ENUM_ENTRY(PointerMode, PointerToDataMember),
   89     ENUM_ENTRY(PointerMode, PointerToMemberFunction),
   90     ENUM_ENTRY(PointerMode, RValueReference),
   94     ENUM_ENTRY(PointerToMemberRepresentation, Unknown),
   95     ENUM_ENTRY(PointerToMemberRepresentation, SingleInheritanceData),
   96     ENUM_ENTRY(PointerToMemberRepresentation, MultipleInheritanceData),
   97     ENUM_ENTRY(PointerToMemberRepresentation, VirtualInheritanceData),
   98     ENUM_ENTRY(PointerToMemberRepresentation, GeneralData),
   99     ENUM_ENTRY(PointerToMemberRepresentation, SingleInheritanceFunction),
  100     ENUM_ENTRY(PointerToMemberRepresentation, MultipleInheritanceFunction),
  101     ENUM_ENTRY(PointerToMemberRepresentation, VirtualInheritanceFunction),
  102     ENUM_ENTRY(PointerToMemberRepresentation, GeneralFunction),
  106     ENUM_ENTRY(ModifierOptions, Const), ENUM_ENTRY(ModifierOptions, Volatile),
  106     ENUM_ENTRY(ModifierOptions, Const), ENUM_ENTRY(ModifierOptions, Volatile),
  107     ENUM_ENTRY(ModifierOptions, Unaligned),
  111     ENUM_ENTRY(CallingConvention, NearC),
  112     ENUM_ENTRY(CallingConvention, FarC),
  113     ENUM_ENTRY(CallingConvention, NearPascal),
  114     ENUM_ENTRY(CallingConvention, FarPascal),
  115     ENUM_ENTRY(CallingConvention, NearFast),
  116     ENUM_ENTRY(CallingConvention, FarFast),
  117     ENUM_ENTRY(CallingConvention, NearStdCall),
  118     ENUM_ENTRY(CallingConvention, FarStdCall),
  119     ENUM_ENTRY(CallingConvention, NearSysCall),
  120     ENUM_ENTRY(CallingConvention, FarSysCall),
  121     ENUM_ENTRY(CallingConvention, ThisCall),
  122     ENUM_ENTRY(CallingConvention, MipsCall),
  123     ENUM_ENTRY(CallingConvention, Generic),
  124     ENUM_ENTRY(CallingConvention, AlphaCall),
  125     ENUM_ENTRY(CallingConvention, PpcCall),
  126     ENUM_ENTRY(CallingConvention, SHCall),
  127     ENUM_ENTRY(CallingConvention, ArmCall),
  128     ENUM_ENTRY(CallingConvention, AM33Call),
  129     ENUM_ENTRY(CallingConvention, TriCall),
  130     ENUM_ENTRY(CallingConvention, SH5Call),
  131     ENUM_ENTRY(CallingConvention, M32RCall),
  132     ENUM_ENTRY(CallingConvention, ClrCall),
  133     ENUM_ENTRY(CallingConvention, Inline),
  134     ENUM_ENTRY(CallingConvention, NearVector),
  138     ENUM_ENTRY(FunctionOptions, CxxReturnUdt),
  139     ENUM_ENTRY(FunctionOptions, Constructor),
  140     ENUM_ENTRY(FunctionOptions, ConstructorWithVirtualBases),
  144     ENUM_ENTRY(LabelType, Near), ENUM_ENTRY(LabelType, Far),
  144     ENUM_ENTRY(LabelType, Near), ENUM_ENTRY(LabelType, Far),