Searched refs:eFormatEnum (Results 1 – 7 of 7) sorted by relevance
210 lldb::eFormatEnum, in FormatObject()
49 { eFormatEnum , 'E' , "enumeration" },
103 eFormatEnum, enumerator
181 case eFormatEnum: in FinalizeSettings()1498 case eFormatEnum: in DoExecute()
1604 … case eFormatEnum: // Print enum value as a signed integer when we don't get the enum type in Dump()
1581 if (custom_format == eFormatEnum) in DumpPrintableRepresentation()
2024 case clang::Type::Enum: return lldb::eFormatEnum; in GetFormat()5964 if ((format == eFormatEnum || format == eFormatDefault) && GetCompleteType ()) in DumpTypeValue()6020 case eFormatEnum: in DumpTypeValue()