Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/DataFormatters/
DStringPrinter.h71 bool GetIgnoreMaxLength() const { return m_ignore_max_length; } in GetIgnoreMaxLength() function
/external/llvm-project/lldb/source/DataFormatters/
DStringPrinter.cpp441 if (!options.GetIgnoreMaxLength()) { in ReadEncodedBufferAndDumpToStream()