Home
last modified time | relevance | path

Searched refs:GetPrintResults (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBCommandInterpreter.i54 GetPrintResults () const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBCommandInterpreter.cpp112 bool SBCommandInterpreterRunOptions::GetPrintResults() const { in GetPrintResults() function in SBCommandInterpreterRunOptions
114 GetPrintResults); in GetPrintResults()
116 return m_opaque_up->GetPrintResults(); in GetPrintResults()
859 GetPrintResults, ()); in RegisterMethods()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBCommandInterpreter.h47 bool GetPrintResults() const;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandInterpreter.h129 bool GetPrintResults() const { return DefaultToYes(m_print_results); } in GetPrintResults() function
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandInterpreter.cpp2248 if (options.GetPrintResults()) { in HandleCommands()
2265 } else if (options.GetPrintResults()) { in HandleCommands()