Searched refs:eFormatChar (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/DataFormatters/ |
| H A D | VectorType.cpp | 43 case lldb::eFormatChar: in GetCompilerTypeForFormat() 129 return lldb::eFormatChar; in GetItemFormatForFormat()
|
| H A D | FormatManager.cpp | 39 {eFormatChar, 'c', "character"},
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | DumpDataExtractor.cpp | 408 } else if (item_format != eFormatChar && in DumpDataExtractor() 463 case eFormatChar: in DumpDataExtractor() 474 if (item_count == 1 && item_format == eFormatChar) in DumpDataExtractor() 493 if (item_count == 1 && item_format == eFormatChar) in DumpDataExtractor()
|
| H A D | ValueObject.cpp | 1146 custom_format == eFormatChar || custom_format == eFormatVectorOfChar)) in HasSpecialPrintableRepresentation() 1191 custom_format == eFormatCharArray || custom_format == eFormatChar || in DumpPrintableRepresentation() 1290 (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 | 5735 return eFormatChar; in FormatForChar()
|
| /openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
| H A D | OptionGroupFormat.cpp | 229 format = eFormatChar; in ParserGDBFormatLetter()
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 194 case eFormatChar: in FinalizeSettings() 847 if (((format == eFormatChar) || (format == eFormatCharPrintable)) && in DoExecute() 1485 case eFormatChar: in DoExecute()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 163 eFormatChar, enumerator
|
| /openbsd-src/gnu/llvm/lldb/docs/ |
| H A D | python_api_enums.rst | 288 .. py:data:: eFormatChar
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 5247 return lldb::eFormatChar; in GetFormat() 8800 DumpDataExtractor(data, s, data_byte_offset, lldb::eFormatChar, in DumpValue() 9141 case eFormatChar: in DumpTypeValue() 9203 DumpDataExtractor(cstr_data, s, 0, lldb::eFormatChar, 1, len, in DumpSummary()
|