Home
last modified time | relevance | path

Searched refs:SetIsTruncated (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h140 void SetIsTruncated(bool t) { m_is_truncated = t; } in SetIsTruncated() function
/openbsd/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp846 options.SetIsTruncated(true); in LibcxxWStringSummaryProvider()
929 options.SetIsTruncated(true); in LibcxxStringSummaryProvider()
/openbsd/gnu/llvm/lldb/source/DataFormatters/
H A DStringPrinter.cpp482 dump_options.SetIsTruncated(is_truncated); in ReadEncodedBufferAndDumpToStream()
/openbsd/gnu/llvm/lldb/source/Core/
H A DValueObject.cpp1209 options.SetIsTruncated(read_string.second); in DumpPrintableRepresentation()