Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDumpDataExtractor.cpp219 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 DValueObject.cpp1233 (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 DVectorType.cpp41 case lldb::eFormatCharArray: in GetCompilerTypeForFormat()
H A DFormatManager.cpp69 {eFormatCharArray, 'a', "character array"},
454 return eFormatCharArray; in GetSingleItemFormat()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp201 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 Dlldb-enumerations.h201 eFormatCharArray, // Print characters with no single quotes, used for enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObject.h701 lldb::Format item_format = lldb::eFormatCharArray);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp9590 case eFormatCharArray: in DumpTypeValue()