Home
last modified time | relevance | path

Searched refs:eFormatCharPrintable (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/lldb/source/Core/
H A DDumpDataExtractor.cpp385 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 DValueObject.cpp1282 (custom_format == eFormatCharPrintable) || in DumpPrintableRepresentation()
/llvm-project-15.0.7/lldb/unittests/Core/
H A DDumpDataExtractorTest.cpp122 TestDump('\x1A', lldb::eFormatCharPrintable, "."); in TEST()
123 TestDump('#', lldb::eFormatCharPrintable, "#"); in TEST()
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DVectorType.cpp42 case lldb::eFormatCharPrintable: in GetCompilerTypeForFormat()
H A DFormatManager.cpp39 {eFormatCharPrintable, 'C', "printable character"},
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMemory.cpp194 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 Dlldb-enumerations.h163 eFormatCharPrintable, ///< Only printable characters, '.' if not printable enumerator
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst289 .. py:data:: eFormatCharPrintable
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9064 case eFormatCharPrintable: in DumpTypeValue()