Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DVectorType.cpp113 case lldb::eFormatEnum: in GetCompilerTypeForFormat()
148 case lldb::eFormatEnum: in GetItemFormatForFormat()
H A DTypeFormat.cpp190 valobj_enum_type.DumpTypeValue(&sstr, lldb::eFormatEnum, data, 0, in FormatObject()
H A DFormatManager.cpp43 {eFormatEnum, 'E', "enumeration"},
/llvm-project-15.0.7/lldb/unittests/Core/
H A DDumpDataExtractorTest.cpp138 TestDump(-1, lldb::Format::eFormatEnum, "-1"); in TEST()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h168 eFormatEnum, enumerator
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMemory.cpp160 case eFormatEnum: in FinalizeSettings()
1405 case eFormatEnum: in DoExecute()
/llvm-project-15.0.7/lldb/source/Core/
H A DDumpDataExtractor.cpp495 case eFormatEnum: // Print enum value as a signed integer when we don't get in DumpDataExtractor()
H A DValueObject.cpp1208 if (custom_format == eFormatEnum) in DumpPrintableRepresentation()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst294 .. py:data:: eFormatEnum
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5252 return lldb::eFormatEnum; in GetFormat()
9019 if ((format == eFormatEnum || format == eFormatDefault) && in DumpTypeValue()
9041 case eFormatEnum: in DumpTypeValue()