Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DVectorType.cpp40 case lldb::eFormatChar: in GetCompilerTypeForFormat()
126 return lldb::eFormatChar; in GetItemFormatForFormat()
H A DFormatManager.cpp40 {eFormatChar, 'c', "character"},
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDumpDataExtractor.cpp217 } 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 DValueObject.cpp1234 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 DAddress.cpp214 eFormatChar, // Print as characters in ReadCStringFromMemory()
H A DIOHandler.cpp2859 return eFormatChar; in FormatForChar()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp215 format = eFormatChar; in ParserGDBFormatLetter()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp202 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 Dlldb-enumerations.h170 eFormatChar, enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp5395 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()