Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDumpDataExtractor.cpp387 DumpDataExtractor(DE, s, line_start_offset, eFormatCharPrintable, 1, in DumpDataExtractor()
409 item_format != eFormatCharPrintable && in DumpDataExtractor()
464 case eFormatCharPrintable: in DumpDataExtractor()
481 else if (item_format != eFormatCharPrintable) { in DumpDataExtractor()
878 DumpDataExtractor(DE, s, line_start_offset, eFormatCharPrintable, 1, in DumpDataExtractor()
H A DValueObject.cpp1291 (custom_format == eFormatCharPrintable) || in DumpPrintableRepresentation()
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DVectorType.cpp45 case lldb::eFormatCharPrintable: in GetCompilerTypeForFormat()
H A DFormatManager.cpp40 {eFormatCharPrintable, 'C', "printable character"},
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMemory.cpp195 case eFormatCharPrintable: in FinalizeSettings()
847 if (((format == eFormatChar) || (format == eFormatCharPrintable)) && in DoExecute()
1403 case eFormatCharPrintable: in DoExecute()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h164 eFormatCharPrintable, ///< Only printable characters, '.' if not printable enumerator
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst289 .. py:data:: eFormatCharPrintable
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9142 case eFormatCharPrintable: in DumpTypeValue()