Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h71 bool GetIgnoreMaxLength() const { return m_ignore_max_length; } in GetIgnoreMaxLength() function
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DStringPrinter.cpp441 if (!options.GetIgnoreMaxLength()) { in ReadEncodedBufferAndDumpToStream()