Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
DOptionGroupFormat.cpp231 case 'c': format = eFormatChar; m_prev_gdb_format = format_letter; return true; in ParserGDBFormatLetter()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DDataExtractor.cpp1503 if (item_format != eFormatChar && in Dump()
1560 case eFormatChar: in Dump()
1566 if (item_count == 1 && item_format == eFormatChar) in Dump()
1599 if (item_count == 1 && item_format == eFormatChar) in Dump()
DValueObject.cpp1517 custom_format == eFormatChar || in HasSpecialPrintableRepresentation()
1569 custom_format == eFormatChar || in DumpPrintableRepresentation()
1655 (custom_format == eFormatChar) || in DumpPrintableRepresentation()
DAddress.cpp197 eFormatChar, // Print as characters in ReadCStringFromMemory()
DIOHandler.cpp3429 case 'c': return eFormatChar; in FormatForChar()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
DCommandObjectMemory.cpp211 case eFormatChar: in FinalizeSettings()
862 if ( ( (format == eFormatChar) || (format == eFormatCharPrintable) ) in DoExecute()
1575 case eFormatChar: in DoExecute()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/
Dlldb-enumerations.h97 eFormatChar, enumerator
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/
DCXXFormatterFunctions.cpp622 valobj.GetValueAsCString(lldb::eFormatChar, value); in WCharSummaryProvider()
DFormatManager.cpp44 { eFormatChar , 'c' , "character" },
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
DClangASTType.cpp1972 case BuiltinType::WChar_U: return lldb::eFormatChar; in GetFormat()
5779 …data.Dump(s, data_byte_offset, lldb::eFormatChar, element_byte_size, element_count, UINT32_MAX, LL… in DumpValue()
6042 case eFormatChar: in DumpTypeValue()
6115 … cstr_data.Dump(s, 0, lldb::eFormatChar, 1, len, UINT32_MAX, LLDB_INVALID_ADDRESS, 0, 0); in DumpSummary()