Searched refs:eFormatChar (Results 1 – 12 of 12) sorted by relevance
44 case lldb::eFormatChar: in GetCompilerTypeForFormat()130 return lldb::eFormatChar; in GetItemFormatForFormat()
40 {eFormatChar, 'c', "character"},
409 } else if (item_format != eFormatChar && in DumpDataExtractor()464 case eFormatChar: in DumpDataExtractor()475 if (item_count == 1 && item_format == eFormatChar) in DumpDataExtractor()494 if (item_count == 1 && item_format == eFormatChar) in DumpDataExtractor()
215 eFormatChar, // Print as characters in ReadCStringFromMemory()
5757 return eFormatChar; in FormatForChar()
230 format = eFormatChar; in ParserGDBFormatLetter()
194 case eFormatChar: in FinalizeSettings()839 if (((format == eFormatChar) || (format == eFormatCharPrintable)) && in DoExecute()1441 case eFormatChar: in DoExecute()
166 eFormatChar, enumerator
1310 custom_format == eFormatChar || custom_format == eFormatVectorOfChar)) in HasSpecialPrintableRepresentation()1364 custom_format == eFormatCharArray || custom_format == eFormatChar || in DumpPrintableRepresentation()1464 (custom_format == eFormatBinary) || (custom_format == eFormatChar) || in DumpPrintableRepresentation()
288 .. py:data:: eFormatChar
5199 return lldb::eFormatChar; in GetFormat()8751 case eFormatChar: in DumpTypeValue()
82533 {SWIG_LUA_CONSTTAB_INT("eFormatChar", (lldb::eFormatChar))},