Searched refs:GetResult (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DHostThread.cpp40 lldb::thread_result_t HostThread::GetResult() const { function in class:HostThread
41 return m_native_thread->GetResult();
H A DHostNativeThreadBase.cpp30 lldb::thread_result_t HostNativeThreadBase::GetResult() const { function in class:HostNativeThreadBase
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostThread.h42 lldb::thread_result_t GetResult() const;
H A DHostNativeThreadBase.h42 lldb::thread_result_t GetResult() const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp211 SBCommandInterpreterRunResult::GetResult() const { function in class:SBCommandInterpreterRunResult
213 SBCommandInterpreterRunResult, GetResult);
215 return m_opaque_up->GetResult();
268 SBCommandInterpreterRunResult, GetResult, ());
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h90 lldb::CommandInterpreterResult GetResult() const;
/freebsd-13-stable/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp611 if (results.GetResult() == lldb::eCommandInterpreterResultQuitRequested)
614 results.GetResult() != lldb::eCommandInterpreterResultInferiorCrash)
620 results.GetResult() == lldb::eCommandInterpreterResultCommandError)
624 results.GetResult() == lldb::eCommandInterpreterResultInferiorCrash &&
637 if (local_results.GetResult() ==
644 local_results.GetResult() ==
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h38 lldb::CommandInterpreterResult GetResult() const { return m_result; } function in class:lldb_private::CommandInterpreterRunResult

Completed in 80 milliseconds