Searched refs:eFormatChar (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/lldb/source/DataFormatters/ |
| H A D | VectorType.cpp | 40 case lldb::eFormatChar: in GetCompilerTypeForFormat() 126 return lldb::eFormatChar; in GetItemFormatForFormat()
|
| H A D | FormatManager.cpp | 38 {eFormatChar, 'c', "character"},
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | DumpDataExtractor.cpp | 406 } else if (item_format != eFormatChar && in DumpDataExtractor() 461 case eFormatChar: in DumpDataExtractor() 472 if (item_count == 1 && item_format == eFormatChar) in DumpDataExtractor() 491 if (item_count == 1 && item_format == eFormatChar) in DumpDataExtractor()
|
| H A D | ValueObject.cpp | 1137 custom_format == eFormatChar || custom_format == eFormatVectorOfChar)) in HasSpecialPrintableRepresentation() 1182 custom_format == eFormatCharArray || custom_format == eFormatChar || in DumpPrintableRepresentation() 1281 (custom_format == eFormatBinary) || (custom_format == eFormatChar) || in DumpPrintableRepresentation()
|
| H A D | Address.cpp | 214 eFormatChar, // Print as characters in ReadCStringFromMemory()
|
| H A D | IOHandlerCursesGUI.cpp | 5733 return eFormatChar; in FormatForChar()
|
| /llvm-project-15.0.7/lldb/unittests/Core/ |
| H A D | DumpDataExtractorTest.cpp | 121 TestDump('?', lldb::eFormatChar, "'?'"); in TEST() 358 TestDumpWithItemByteSize(21, lldb::Format::eFormatChar, in TEST()
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | OptionGroupFormat.cpp | 229 format = eFormatChar; in ParserGDBFormatLetter()
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 193 case eFormatChar: in FinalizeSettings() 846 if (((format == eFormatChar) || (format == eFormatCharPrintable)) && in DoExecute() 1484 case eFormatChar: in DoExecute()
|
| /llvm-project-15.0.7/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 162 eFormatChar, enumerator
|
| /llvm-project-15.0.7/lldb/docs/ |
| H A D | python_api_enums.rst | 288 .. py:data:: eFormatChar
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 5194 return lldb::eFormatChar; in GetFormat() 8723 DumpDataExtractor(data, s, data_byte_offset, lldb::eFormatChar, in DumpValue() 9063 case eFormatChar: in DumpTypeValue() 9125 DumpDataExtractor(cstr_data, s, 0, lldb::eFormatChar, 1, len, in DumpSummary()
|