Searched refs:eFormatChar (Results 1 - 9 of 9) sorted by relevance

/external/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp229 case 'c': format = eFormatChar; m_prev_gdb_format = format_letter; return true;
/external/lldb/include/lldb/
H A Dlldb-enumerations.h95 eFormatChar, enumerator in enum:lldb::Format
/external/lldb/source/Commands/
H A DCommandObjectMemory.cpp208 case eFormatChar:
861 if ( ( (format == eFormatChar) || (format == eFormatCharPrintable) )
1258 case eFormatChar:
/external/lldb/source/DataFormatters/
H A DCXXFormatterFunctions.cpp622 valobj.GetValueAsCString(lldb::eFormatChar, value);
H A DFormatManager.cpp44 { eFormatChar , 'c' , "character" },
/external/lldb/source/Core/
H A DDataExtractor.cpp1450 if (item_format != eFormatChar &&
1507 case eFormatChar:
1513 if (item_count == 1 && item_format == eFormatChar)
1546 if (item_count == 1 && item_format == eFormatChar)
H A DAddress.cpp197 eFormatChar, // Print as characters
H A DValueObject.cpp1472 custom_format == eFormatChar ||
1523 custom_format == eFormatChar ||
1609 (custom_format == eFormatChar) ||
/external/lldb/source/Symbol/
H A DClangASTType.cpp1917 case BuiltinType::WChar_U: return lldb::eFormatChar;
5698 data.Dump(s, data_byte_offset, lldb::eFormatChar, element_byte_size, element_count, UINT32_MAX, LLDB_INVALID_ADDRESS, 0, 0);
5961 case eFormatChar:
6034 cstr_data.Dump(s, 0, lldb::eFormatChar, 1, len, UINT32_MAX, LLDB_INVALID_ADDRESS, 0, 0);

Completed in 144 milliseconds