Searched refs:eFormatCharArray (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | DumpDataExtractor.cpp | 219 item_format != eFormatCharArray && count > 0) { in DumpDataExtractor() 274 case eFormatCharArray: { in DumpDataExtractor() 701 DumpDataExtractor(DE, s, offset, eFormatCharArray, 1, item_byte_size, in DumpDataExtractor()
|
| H A D | ValueObject.cpp | 1233 (custom_format == eFormatCString || custom_format == eFormatCharArray || in HasSpecialPrintableRepresentation() 1279 custom_format == eFormatCharArray || custom_format == eFormatChar || in DumpPrintableRepresentation() 1287 (custom_format == eFormatCharArray)); in DumpPrintableRepresentation()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/ |
| H A D | VectorType.cpp | 41 case lldb::eFormatCharArray: in GetCompilerTypeForFormat()
|
| H A D | FormatManager.cpp | 69 {eFormatCharArray, 'a', "character array"}, 454 return eFormatCharArray; in GetSingleItemFormat()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 201 case eFormatCharArray: in FinalizeSettings() 845 format = eFormatCharArray; in DoExecute() 1499 case eFormatCharArray: in DoExecute()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 201 eFormatCharArray, // Print characters with no single quotes, used for enumerator
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | ValueObject.h | 701 lldb::Format item_format = lldb::eFormatCharArray);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ClangASTContext.cpp | 9590 case eFormatCharArray: in DumpTypeValue()
|