Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DExecutionContext.h464 const lldb::ThreadSP &GetThreadSP() const { return m_thread_sp; } in GetThreadSP() function
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DExecutionContext.cpp574 lldb::ThreadSP ExecutionContextRef::GetThreadSP() const { in GetThreadSP() function in ExecutionContextRef
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DValueObject.h342 lldb::ThreadSP GetThreadSP() const { in GetThreadSP() function
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBValue.cpp179 ThreadSP GetThreadSP() { in GetThreadSP() function in ValueImpl