Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp40 case lldb::eFormatChar: in GetCompilerTypeForFormat()
126 return lldb::eFormatChar; in GetItemFormatForFormat()
H A DFormatManager.cpp39 {eFormatChar, 'c', "character"},
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp306 } else if (item_format != eFormatChar && in DumpDataExtractor()
361 case eFormatChar: in DumpDataExtractor()
372 if (item_count == 1 && item_format == eFormatChar) in DumpDataExtractor()
391 if (item_count == 1 && item_format == eFormatChar) in DumpDataExtractor()
H A DValueObject.cpp1135 custom_format == eFormatChar || custom_format == eFormatVectorOfChar)) in HasSpecialPrintableRepresentation()
1180 custom_format == eFormatCharArray || custom_format == eFormatChar || in DumpPrintableRepresentation()
1278 (custom_format == eFormatBinary) || (custom_format == eFormatChar) || in DumpPrintableRepresentation()
H A DAddress.cpp213 eFormatChar, // Print as characters in ReadCStringFromMemory()
H A DIOHandlerCursesGUI.cpp4268 return eFormatChar; in FormatForChar()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp211 format = eFormatChar; in ParserGDBFormatLetter()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp191 case eFormatChar: in FinalizeSettings()
832 if (((format == eFormatChar) || (format == eFormatCharPrintable)) && in DoExecute()
1440 case eFormatChar: in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h162 eFormatChar, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst288 .. py:data:: eFormatChar
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5158 return lldb::eFormatChar; in GetFormat()
8623 DumpDataExtractor(data, s, data_byte_offset, lldb::eFormatChar, in DumpValue()
8963 case eFormatChar: in DumpTypeValue()
9024 DumpDataExtractor(cstr_data, s, 0, lldb::eFormatChar, 1, len, in DumpSummary()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp70599 {SWIG_LUA_CONSTTAB_INT("eFormatChar", lldb::eFormatChar)},