Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp134 bool SBCommandInterpreterRunOptions::GetPrintErrors() const { in GetPrintErrors() function in SBCommandInterpreterRunOptions
136 GetPrintErrors); in GetPrintErrors()
138 return m_opaque_up->GetPrintErrors(); in GetPrintErrors()
287 GetPrintErrors, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommandInterpreterRunOptions.i63 GetPrintErrors () const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h59 bool GetPrintErrors() const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h157 bool GetPrintErrors() const { return DefaultToYes(m_print_errors); } in GetPrintErrors() function
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp12996 result = (bool)((lldb::SBCommandInterpreterRunOptions const *)arg1)->GetPrintErrors(); in _wrap_SBCommandInterpreterRunOptions_GetPrintErrors()