Searched defs:GetResult (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/source/Host/common/ | ||
H A D | HostThread.cpp | 40 lldb::thread_result_t HostThread::GetResult() const { in GetResult() function in HostThread |
H A D | HostNativeThreadBase.cpp | 28 lldb::thread_result_t HostNativeThreadBase::GetResult() const { in GetResult() function in HostNativeThreadBase |
/freebsd-src/contrib/llvm-project/lldb/source/API/ | ||
H A D | SBCommandInterpreterRunOptions.cpp | 216 SBCommandInterpreterRunResult::GetResult() const { GetResult() function in SBCommandInterpreterRunResult |
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/ | ||
H A D | CommandInterpreter.h | 41 lldb::CommandInterpreterResult GetResult() const { return m_result; } GetResult() function |