Home
last modified time | relevance | path

Searched refs:GetNumErrors (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp212 return m_opaque_up->GetNumErrors(); in GetNumberOfErrors()
H A DSBDebugger.cpp1271 num_errors = result.GetNumErrors(); in RunCommandInterpreter()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h39 uint32_t GetNumErrors() const { return m_num_errors; } in GetNumErrors() function