Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h59 bool GetNeedsZeroTermination() const { return m_needs_zero_termination; } in GetNeedsZeroTermination() function
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DStringPrinter.cpp423 bool needs_zero_terminator = options.GetNeedsZeroTermination(); in ReadEncodedBufferAndDumpToStream()