Searched refs:eFormatEnum (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/lldb/source/DataFormatters/ |
| H A D | VectorType.cpp | 113 case lldb::eFormatEnum: in GetCompilerTypeForFormat() 148 case lldb::eFormatEnum: in GetItemFormatForFormat()
|
| H A D | TypeFormat.cpp | 190 valobj_enum_type.DumpTypeValue(&sstr, lldb::eFormatEnum, data, 0, in FormatObject()
|
| H A D | FormatManager.cpp | 43 {eFormatEnum, 'E', "enumeration"},
|
| /llvm-project-15.0.7/lldb/unittests/Core/ |
| H A D | DumpDataExtractorTest.cpp | 138 TestDump(-1, lldb::Format::eFormatEnum, "-1"); in TEST()
|
| /llvm-project-15.0.7/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 168 eFormatEnum, enumerator
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 160 case eFormatEnum: in FinalizeSettings() 1405 case eFormatEnum: in DoExecute()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | DumpDataExtractor.cpp | 495 case eFormatEnum: // Print enum value as a signed integer when we don't get in DumpDataExtractor()
|
| H A D | ValueObject.cpp | 1208 if (custom_format == eFormatEnum) in DumpPrintableRepresentation()
|
| /llvm-project-15.0.7/lldb/docs/ |
| H A D | python_api_enums.rst | 294 .. py:data:: eFormatEnum
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 5252 return lldb::eFormatEnum; in GetFormat() 9019 if ((format == eFormatEnum || format == eFormatDefault) && in DumpTypeValue() 9041 case eFormatEnum: in DumpTypeValue()
|