Home
last modified time | relevance | path

Searched refs:eFormatEnum (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DVectorType.cpp113 case lldb::eFormatEnum: in GetCompilerTypeForFormat()
148 case lldb::eFormatEnum: in GetItemFormatForFormat()
H A DTypeFormat.cpp191 valobj_enum_type.DumpTypeValue(&sstr, lldb::eFormatEnum, data, 0, in FormatObject()
H A DFormatManager.cpp45 {eFormatEnum, 'E', "enumeration"},
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h176 eFormatEnum, enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp170 case eFormatEnum: in FinalizeSettings()
1415 case eFormatEnum: in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDumpDataExtractor.cpp335 case eFormatEnum: // Print enum value as a signed integer when we don't get in DumpDataExtractor()
H A DValueObject.cpp1304 if (custom_format == eFormatEnum) in DumpPrintableRepresentation()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp5451 return lldb::eFormatEnum; in GetFormat()
9508 if ((format == eFormatEnum || format == eFormatDefault) && in DumpTypeValue()
9566 case eFormatEnum: in DumpTypeValue()