Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DHostThread.cpp40 lldb::thread_result_t HostThread::GetResult() const { in GetResult() function in HostThread
H A DHostNativeThreadBase.cpp28 lldb::thread_result_t HostNativeThreadBase::GetResult() const { in GetResult() function in HostNativeThreadBase
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp216 SBCommandInterpreterRunResult::GetResult() const { in GetResult() function in SBCommandInterpreterRunResult
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h41 lldb::CommandInterpreterResult GetResult() const { return m_result; } in GetResult() function