Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DVectorType.cpp43 case lldb::eFormatChar: in GetCompilerTypeForFormat()
129 return lldb::eFormatChar; in GetItemFormatForFormat()
H A DFormatManager.cpp39 {eFormatChar, 'c', "character"},
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDumpDataExtractor.cpp408 } 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 DValueObject.cpp1146 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 DAddress.cpp214 eFormatChar, // Print as characters in ReadCStringFromMemory()
H A DIOHandlerCursesGUI.cpp5735 return eFormatChar; in FormatForChar()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp229 format = eFormatChar; in ParserGDBFormatLetter()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMemory.cpp194 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 Dlldb-enumerations.h163 eFormatChar, enumerator
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst288 .. py:data:: eFormatChar
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5247 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()