Searched refs:eFormatChar (Results 1 – 10 of 10) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/ |
| D | OptionGroupFormat.cpp | 231 case 'c': format = eFormatChar; m_prev_gdb_format = format_letter; return true; in ParserGDBFormatLetter()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/ |
| D | DataExtractor.cpp | 1503 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()
|
| D | ValueObject.cpp | 1517 custom_format == eFormatChar || in HasSpecialPrintableRepresentation() 1569 custom_format == eFormatChar || in DumpPrintableRepresentation() 1655 (custom_format == eFormatChar) || in DumpPrintableRepresentation()
|
| D | Address.cpp | 197 eFormatChar, // Print as characters in ReadCStringFromMemory()
|
| D | IOHandler.cpp | 3429 case 'c': return eFormatChar; in FormatForChar()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/ |
| D | CommandObjectMemory.cpp | 211 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/ |
| D | lldb-enumerations.h | 97 eFormatChar, enumerator
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/ |
| D | CXXFormatterFunctions.cpp | 622 valobj.GetValueAsCString(lldb::eFormatChar, value); in WCharSummaryProvider()
|
| D | FormatManager.cpp | 44 { eFormatChar , 'c' , "character" },
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/ |
| D | ClangASTType.cpp | 1972 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()
|