Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDumpDataExtractor.cpp410 item_format != eFormatCharArray && count > 0) { in DumpDataExtractor()
465 case eFormatCharArray: { in DumpDataExtractor()
761 DumpDataExtractor(DE, s, offset, eFormatCharArray, 1, item_byte_size, in DumpDataExtractor()
H A DValueObject.cpp1145 (custom_format == eFormatCString || custom_format == eFormatCharArray || in HasSpecialPrintableRepresentation()
1191 custom_format == eFormatCharArray || custom_format == eFormatChar || in DumpPrintableRepresentation()
1199 (custom_format == eFormatCharArray)); in DumpPrintableRepresentation()
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DVectorType.cpp44 case lldb::eFormatCharArray: in GetCompilerTypeForFormat()
H A DFormatManager.cpp68 {eFormatCharArray, 'a', "character array"},
422 return eFormatCharArray; in GetSingleItemFormat()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMemory.cpp193 case eFormatCharArray: in FinalizeSettings()
855 format = eFormatCharArray; in DoExecute()
1484 case eFormatCharArray: in DoExecute()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h194 eFormatCharArray, ///< Print characters with no single quotes, used for enumerator
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DValueObject.h684 lldb::Format item_format = lldb::eFormatCharArray);
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst318 .. py:data:: eFormatCharArray
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9143 case eFormatCharArray: in DumpTypeValue()