Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/DataFormatters/
DVectorType.cpp113 case lldb::eFormatEnum: in GetCompilerTypeForFormat()
148 case lldb::eFormatEnum: in GetItemFormatForFormat()
DTypeFormat.cpp190 valobj_enum_type.DumpTypeValue(&sstr, lldb::eFormatEnum, data, 0, in FormatObject()
DFormatManager.cpp44 {eFormatEnum, 'E', "enumeration"},
/external/llvm-project/lldb/include/lldb/
Dlldb-enumerations.h168 eFormatEnum, enumerator
/external/llvm-project/lldb/source/Core/
DDumpDataExtractor.cpp368 case eFormatEnum: // Print enum value as a signed integer when we don't get in DumpDataExtractor()
DValueObject.cpp1257 if (custom_format == eFormatEnum) in DumpPrintableRepresentation()
/external/llvm-project/lldb/source/Commands/
DCommandObjectMemory.cpp157 case eFormatEnum: in FinalizeSettings()
1383 case eFormatEnum: in DoExecute()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp5087 return lldb::eFormatEnum; in GetFormat()
8790 if ((format == eFormatEnum || format == eFormatDefault) && in DumpTypeValue()
8812 case eFormatEnum: in DumpTypeValue()