Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp44 case lldb::eFormatChar: in GetCompilerTypeForFormat()
130 return lldb::eFormatChar; in GetItemFormatForFormat()
H A DFormatManager.cpp40 {eFormatChar, 'c', "character"},
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp409 } else if (item_format != eFormatChar && in DumpDataExtractor()
464 case eFormatChar: in DumpDataExtractor()
475 if (item_count == 1 && item_format == eFormatChar) in DumpDataExtractor()
494 if (item_count == 1 && item_format == eFormatChar) in DumpDataExtractor()
H A DAddress.cpp215 eFormatChar, // Print as characters in ReadCStringFromMemory()
H A DIOHandlerCursesGUI.cpp5757 return eFormatChar; in FormatForChar()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp230 format = eFormatChar; in ParserGDBFormatLetter()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp194 case eFormatChar: in FinalizeSettings()
839 if (((format == eFormatChar) || (format == eFormatCharPrintable)) && in DoExecute()
1441 case eFormatChar: in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h166 eFormatChar, enumerator
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp1310 custom_format == eFormatChar || custom_format == eFormatVectorOfChar)) in HasSpecialPrintableRepresentation()
1364 custom_format == eFormatCharArray || custom_format == eFormatChar || in DumpPrintableRepresentation()
1464 (custom_format == eFormatBinary) || (custom_format == eFormatChar) || in DumpPrintableRepresentation()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst288 .. py:data:: eFormatChar
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5199 return lldb::eFormatChar; in GetFormat()
8751 case eFormatChar: in DumpTypeValue()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp82533 {SWIG_LUA_CONSTTAB_INT("eFormatChar", (lldb::eFormatChar))},