Home
last modified time | relevance | path

Searched defs:GetResult (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHostNativeThreadBase.cpp28 lldb::thread_result_t HostNativeThreadBase::GetResult() const { in GetResult() function in HostNativeThreadBase
H A DHostThread.cpp40 lldb::thread_result_t HostThread::GetResult() const { in GetResult() function in HostThread
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp228 SBCommandInterpreterRunResult::GetResult() const { in GetResult() function in SBCommandInterpreterRunResult
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h43 lldb::CommandInterpreterResult GetResult() const { return m_result; } in GetResult() function