Home
last modified time | relevance | path

Searched refs:GetIsTruncated (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h142 bool GetIsTruncated() const { return m_is_truncated; } in GetIsTruncated() function
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DStringPrinter.cpp359 if (dump_options.GetIsTruncated()) in DumpEncodedBufferToStream()