Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Core/
H A DDumpDataExtractorTest.cpp268 DumpDataExtractor(extractor, &result, 0, lldb::Format::eFormatCharArray, in TEST()
275 DumpDataExtractor(extractor, &result, 0, lldb::Format::eFormatCharArray, 1, in TEST()
/llvm-project-15.0.7/lldb/source/Core/
H A DDumpDataExtractor.cpp408 item_format != eFormatCharArray && count > 0) { in DumpDataExtractor()
463 case eFormatCharArray: { in DumpDataExtractor()
791 DumpDataExtractor(DE, s, offset, eFormatCharArray, 1, item_byte_size, in DumpDataExtractor()
H A DValueObject.cpp1136 (custom_format == eFormatCString || custom_format == eFormatCharArray || in HasSpecialPrintableRepresentation()
1182 custom_format == eFormatCharArray || custom_format == eFormatChar || in DumpPrintableRepresentation()
1190 (custom_format == eFormatCharArray)); in DumpPrintableRepresentation()
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DVectorType.cpp41 case lldb::eFormatCharArray: in GetCompilerTypeForFormat()
H A DFormatManager.cpp67 {eFormatCharArray, 'a', "character array"},
432 return eFormatCharArray; in GetSingleItemFormat()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMemory.cpp192 case eFormatCharArray: in FinalizeSettings()
854 format = eFormatCharArray; in DoExecute()
1483 case eFormatCharArray: in DoExecute()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h193 eFormatCharArray, ///< Print characters with no single quotes, used for enumerator
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValueObject.h684 lldb::Format item_format = lldb::eFormatCharArray);
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst318 .. py:data:: eFormatCharArray
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9065 case eFormatCharArray: in DumpTypeValue()