Home
last modified time | relevance | path

Searched defs:GetPrintResults (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp106 bool SBCommandInterpreterRunOptions::GetPrintResults() const { in GetPrintResults() function in SBCommandInterpreterRunOptions
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h159 bool GetPrintResults() const { return DefaultToYes(m_print_results); } in GetPrintResults() function