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.cpp408 } else if (item_format != eFormatChar && in DumpDataExtractor()
463 case eFormatChar: in DumpDataExtractor()
474 if (item_count == 1 && item_format == eFormatChar) in DumpDataExtractor()
493 if (item_count == 1 && item_format == eFormatChar) in DumpDataExtractor()
H A DAddress.cpp216 eFormatChar, // Print as characters in ReadCStringFromMemory()
H A DValueObject.cpp1282 custom_format == eFormatChar || custom_format == eFormatVectorOfChar)) in HasSpecialPrintableRepresentation()
1336 custom_format == eFormatCharArray || custom_format == eFormatChar || in DumpPrintableRepresentation()
1436 (custom_format == eFormatBinary) || (custom_format == eFormatChar) || in DumpPrintableRepresentation()
H A DIOHandlerCursesGUI.cpp5755 return eFormatChar; in FormatForChar()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp229 format = eFormatChar; in ParserGDBFormatLetter()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp194 case eFormatChar: in FinalizeSettings()
838 if (((format == eFormatChar) || (format == eFormatCharPrintable)) && in DoExecute()
1414 case eFormatChar: in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h163 eFormatChar, enumerator
/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.cpp5203 return lldb::eFormatChar; in GetFormat()
8828 case eFormatChar: in DumpTypeValue()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81137 {SWIG_LUA_CONSTTAB_INT("eFormatChar", (lldb::eFormatChar))},