Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeFormat.cpp79 size_t max_len = target_sp->GetMaximumSizeOfStringSummary(); in FormatObject()
H A DStringPrinter.cpp426 const auto max_size = target_sp->GetMaximumSizeOfStringSummary(); in ReadEncodedBufferAndDumpToStream()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCxxStringTypes.cpp228 location_sp->GetTargetSP()->GetMaximumSizeOfStringSummary(); in StringBufferSummaryProvider()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h200 uint32_t GetMaximumSizeOfStringSummary() const;
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp689 item_byte_size = target->GetMaximumSizeOfStringSummary(); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp891 const auto max_length = target->GetMaximumSizeOfStringSummary(); in ReadPointedString()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4838 uint32_t TargetProperties::GetMaximumSizeOfStringSummary() const { in GetMaximumSizeOfStringSummary() function in TargetProperties