Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDVectorType.cpp42 case lldb::eFormatCharArray: in GetClangTypeForFormat()
HDFormatManager.cpp70 { eFormatCharArray , 'a' , "character array" },
498 return eFormatCharArray; in GetSingleItemFormat()
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectMemory.cpp213 case eFormatCharArray: in FinalizeSettings()
893 format = eFormatCharArray; in DoExecute()
1595 case eFormatCharArray: in DoExecute()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-enumerations.h153eFormatCharArray, // Print characters with no single quotes, used for character arrays t… enumerator
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDDataExtractor.cpp1496 item_format != eFormatCharArray && in Dump()
1554 case eFormatCharArray: in Dump()
1963 …offset = Dump (s, offset, eFormatCharArray, 1, item_byte_size, item_byte_size, LLDB_INVALID_ADDRES… in Dump()
HDValueObject.cpp1535 custom_format == eFormatCharArray || in HasSpecialPrintableRepresentation()
1587 custom_format == eFormatCharArray || in DumpPrintableRepresentation()
1597 (custom_format == eFormatCharArray)); in DumpPrintableRepresentation()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDValueObject.h842 lldb::Format item_format = lldb::eFormatCharArray);
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTType.cpp6537 case eFormatCharArray: in DumpTypeValue()