Searched refs:eFormatCharPrintable (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | DumpDataExtractor.cpp | 385 DumpDataExtractor(DE, s, line_start_offset, eFormatCharPrintable, 1, in DumpDataExtractor() 407 item_format != eFormatCharPrintable && in DumpDataExtractor() 462 case eFormatCharPrintable: in DumpDataExtractor() 479 else if (item_format != eFormatCharPrintable) { in DumpDataExtractor() 908 DumpDataExtractor(DE, s, line_start_offset, eFormatCharPrintable, 1, in DumpDataExtractor()
|
| H A D | ValueObject.cpp | 1282 (custom_format == eFormatCharPrintable) || in DumpPrintableRepresentation()
|
| /llvm-project-15.0.7/lldb/unittests/Core/ |
| H A D | DumpDataExtractorTest.cpp | 122 TestDump('\x1A', lldb::eFormatCharPrintable, "."); in TEST() 123 TestDump('#', lldb::eFormatCharPrintable, "#"); in TEST()
|
| /llvm-project-15.0.7/lldb/source/DataFormatters/ |
| H A D | VectorType.cpp | 42 case lldb::eFormatCharPrintable: in GetCompilerTypeForFormat()
|
| H A D | FormatManager.cpp | 39 {eFormatCharPrintable, 'C', "printable character"},
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 194 case eFormatCharPrintable: in FinalizeSettings() 846 if (((format == eFormatChar) || (format == eFormatCharPrintable)) && in DoExecute() 1402 case eFormatCharPrintable: in DoExecute()
|
| /llvm-project-15.0.7/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 163 eFormatCharPrintable, ///< Only printable characters, '.' if not printable enumerator
|
| /llvm-project-15.0.7/lldb/docs/ |
| H A D | python_api_enums.rst | 289 .. py:data:: eFormatCharPrintable
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 9064 case eFormatCharPrintable: in DumpTypeValue()
|