Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBCommandInterpreterRunOptions.cpp120 bool SBCommandInterpreterRunOptions::GetPrintResults() const { in GetPrintResults() function in SBCommandInterpreterRunOptions
122 GetPrintResults); in GetPrintResults()
124 return m_opaque_up->GetPrintResults(); in GetPrintResults()
283 GetPrintResults, ()); in RegisterMethods()
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
DSBCommandInterpreterRunOptions.i57 GetPrintResults () const;
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
DSBCommandInterpreterRunOptions.h55 bool GetPrintResults() const;
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h151 bool GetPrintResults() const { return DefaultToYes(m_print_results); } in GetPrintResults() function
/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp2322 if (options.GetPrintResults()) { in HandleCommands()
2338 } else if (options.GetPrintResults()) { in HandleCommands()
/freebsd-12-stable/lib/clang/liblldb/
DLLDBWrapLua.cpp12946 result = (bool)((lldb::SBCommandInterpreterRunOptions const *)arg1)->GetPrintResults(); in _wrap_SBCommandInterpreterRunOptions_GetPrintResults()