Home
last modified time | relevance | path

Searched refs:eFormatCharArray (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp410 item_format != eFormatCharArray && count > 0) { in DumpDataExtractor()
465 case eFormatCharArray: { in DumpDataExtractor()
768 DumpDataExtractor(DE, s, offset, eFormatCharArray, 1, item_byte_size, in DumpDataExtractor()
H A DValueObject.cpp1281 (custom_format == eFormatCString || custom_format == eFormatCharArray || in HasSpecialPrintableRepresentation()
1336 custom_format == eFormatCharArray || custom_format == eFormatChar || in DumpPrintableRepresentation()
1345 (custom_format == eFormatCharArray)); in DumpPrintableRepresentation()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp45 case lldb::eFormatCharArray: in GetCompilerTypeForFormat()
H A DFormatManager.cpp69 {eFormatCharArray, 'a', "character array"},
426 return eFormatCharArray; in GetSingleItemFormat()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp193 case eFormatCharArray: in FinalizeSettings()
846 format = eFormatCharArray; in DoExecute()
1413 case eFormatCharArray: in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h194 eFormatCharArray, ///< Print characters with no single quotes, used for enumerator
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst318 .. py:data:: eFormatCharArray
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8830 case eFormatCharArray: in DumpTypeValue()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81167 {SWIG_LUA_CONSTTAB_INT("eFormatCharArray", (lldb::eFormatCharArray))},