Searched refs:eFormatChar (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/ |
| H A D | VectorType.cpp | 40 case lldb::eFormatChar: in GetCompilerTypeForFormat() 126 return lldb::eFormatChar; in GetItemFormatForFormat()
|
| H A D | FormatManager.cpp | 40 {eFormatChar, 'c', "character"},
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | DumpDataExtractor.cpp | 217 } else if (item_format != eFormatChar && in DumpDataExtractor() 272 case eFormatChar: in DumpDataExtractor() 283 if (item_count == 1 && item_format == eFormatChar) in DumpDataExtractor() 331 if (item_count == 1 && item_format == eFormatChar) in DumpDataExtractor()
|
| H A D | ValueObject.cpp | 1234 custom_format == eFormatChar || custom_format == eFormatVectorOfChar)) in HasSpecialPrintableRepresentation() 1279 custom_format == eFormatCharArray || custom_format == eFormatChar || in DumpPrintableRepresentation() 1377 (custom_format == eFormatBinary) || (custom_format == eFormatChar) || in DumpPrintableRepresentation()
|
| H A D | Address.cpp | 214 eFormatChar, // Print as characters in ReadCStringFromMemory()
|
| H A D | IOHandler.cpp | 2859 return eFormatChar; in FormatForChar()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | OptionGroupFormat.cpp | 215 format = eFormatChar; in ParserGDBFormatLetter()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 202 case eFormatChar: in FinalizeSettings() 837 if (((format == eFormatChar) || (format == eFormatCharPrintable)) && in DoExecute() 1500 case eFormatChar: in DoExecute()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 170 eFormatChar, enumerator
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ClangASTContext.cpp | 5395 return lldb::eFormatChar; in GetFormat() 9299 DumpDataExtractor(data, s, data_byte_offset, lldb::eFormatChar, in DumpValue() 9588 case eFormatChar: in DumpTypeValue() 9649 DumpDataExtractor(cstr_data, s, 0, lldb::eFormatChar, 1, len, in DumpSummary()
|