Home
last modified time | relevance | path

Searched refs:eFormatChar (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DVectorType.cpp40 case lldb::eFormatChar: in GetCompilerTypeForFormat()
126 return lldb::eFormatChar; in GetItemFormatForFormat()
H A DFormatManager.cpp38 {eFormatChar, 'c', "character"},
/llvm-project-15.0.7/lldb/source/Core/
H A DDumpDataExtractor.cpp406 } 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 DValueObject.cpp1137 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 DAddress.cpp214 eFormatChar, // Print as characters in ReadCStringFromMemory()
H A DIOHandlerCursesGUI.cpp5733 return eFormatChar; in FormatForChar()
/llvm-project-15.0.7/lldb/unittests/Core/
H A DDumpDataExtractorTest.cpp121 TestDump('?', lldb::eFormatChar, "'?'"); in TEST()
358 TestDumpWithItemByteSize(21, lldb::Format::eFormatChar, in TEST()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp229 format = eFormatChar; in ParserGDBFormatLetter()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMemory.cpp193 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 Dlldb-enumerations.h162 eFormatChar, enumerator
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst288 .. py:data:: eFormatChar
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5194 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()