Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DStringPrinter.cpp431 else if (!options.GetIgnoreMaxLength()) { in ReadStringAndDumpToStream()
548 } else if (!options.GetIgnoreMaxLength()) { in ReadUTFBufferAndDumpToStream()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h124 bool GetIgnoreMaxLength() const { return m_ignore_max_length; } in GetIgnoreMaxLength() function