Home
last modified time | relevance | path

Searched refs:GetMaximumSizeOfStringSummary (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeFormat.cpp78 size_t max_len = target_sp->GetMaximumSizeOfStringSummary(); in FormatObject()
H A DStringPrinter.cpp426 const auto max_size = process_sp->GetTarget().GetMaximumSizeOfStringSummary(); in ReadEncodedBufferAndDumpToStream()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp666 const auto max_size = valobj.GetTargetSP()->GetMaximumSizeOfStringSummary(); in LibcxxWStringSummaryProvider()
739 const auto max_size = valobj.GetTargetSP()->GetMaximumSizeOfStringSummary(); in LibcxxStringSummaryProvider()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h158 uint32_t GetMaximumSizeOfStringSummary() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp686 item_byte_size = target->GetMaximumSizeOfStringSummary(); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp874 max_length = target->GetMaximumSizeOfStringSummary(); in ReadPointedString()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4099 uint32_t TargetProperties::GetMaximumSizeOfStringSummary() const { in GetMaximumSizeOfStringSummary() function in TargetProperties