Home
last modified time | relevance | path

Searched refs:GetPrintErrors (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp118 bool SBCommandInterpreterRunOptions::GetPrintErrors() const { in GetPrintErrors() function in SBCommandInterpreterRunOptions
121 return m_opaque_up->GetPrintErrors(); in GetPrintErrors()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h59 bool GetPrintErrors() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h165 bool GetPrintErrors() const { return DefaultToYes(m_print_errors); } in GetPrintErrors() function
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp14569 result = (bool)((lldb::SBCommandInterpreterRunOptions const *)arg1)->GetPrintErrors(); in _wrap_SBCommandInterpreterRunOptions_GetPrintErrors()