Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DStringPrinter.cpp367 SetEscapeNonPrintables( in ReadStringAndDumpToStreamOptions()
374 SetEscapeNonPrintables( in ReadBufferAndDumpToStreamOptions()
386 SetEscapeNonPrintables(options.GetEscapeNonPrintables()); in ReadBufferAndDumpToStreamOptions()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h65 void SetEscapeNonPrintables(bool e) { m_escape_non_printables = e; } in SetEscapeNonPrintables() function