Home
last modified time | relevance | path

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

/external/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()
269 GetPrintResults, ()); in RegisterMethods()
/external/llvm-project/lldb/bindings/interface/
DSBCommandInterpreterRunOptions.i54 GetPrintResults () const;
/external/llvm-project/lldb/include/lldb/API/
DSBCommandInterpreterRunOptions.h55 bool GetPrintResults() const;
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h156 bool GetPrintResults() const { return DefaultToYes(m_print_results); } in GetPrintResults() function
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp2324 if (options.GetPrintResults()) { in HandleCommands()
2341 } else if (options.GetPrintResults()) { in HandleCommands()