Searched refs:eFormatCharArray (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/lldb/unittests/Core/ |
| H A D | DumpDataExtractorTest.cpp | 268 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 D | DumpDataExtractor.cpp | 408 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 D | ValueObject.cpp | 1136 (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 D | VectorType.cpp | 41 case lldb::eFormatCharArray: in GetCompilerTypeForFormat()
|
| H A D | FormatManager.cpp | 67 {eFormatCharArray, 'a', "character array"}, 432 return eFormatCharArray; in GetSingleItemFormat()
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 192 case eFormatCharArray: in FinalizeSettings() 854 format = eFormatCharArray; in DoExecute() 1483 case eFormatCharArray: in DoExecute()
|
| /llvm-project-15.0.7/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 193 eFormatCharArray, ///< Print characters with no single quotes, used for enumerator
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | ValueObject.h | 684 lldb::Format item_format = lldb::eFormatCharArray);
|
| /llvm-project-15.0.7/lldb/docs/ |
| H A D | python_api_enums.rst | 318 .. py:data:: eFormatCharArray
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 9065 case eFormatCharArray: in DumpTypeValue()
|