Home
last modified time | relevance | path

Searched refs:m_thread_sp (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DExecutionContext.cpp20 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() {} in ExecutionContext()
26 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() { in ExecutionContext()
32 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() { in ExecutionContext()
38 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() { in ExecutionContext()
44 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() { in ExecutionContext()
51 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() { in ExecutionContext()
58 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() { in ExecutionContext()
65 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() { in ExecutionContext()
72 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() { in ExecutionContext()
80 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() { in ExecutionContext()
[all …]
H A DThread.cpp153 : m_thread_sp(thread_sp), m_stack_id() {} in ThreadEventData()
157 : m_thread_sp(thread_sp), m_stack_id(stack_id) {} in ThreadEventData()
159 Thread::ThreadEventData::ThreadEventData() : m_thread_sp(), m_stack_id() {} in ThreadEventData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DThreadDecoder.cpp22 : m_thread_sp(thread_sp), m_trace(trace) {} in ThreadDecoder()
27 m_thread_sp->GetID(), [&](llvm::ArrayRef<uint8_t> data) -> llvm::Error { in FindLowestTSC()
52 return m_trace.GetThreadTimer(m_thread_sp->GetID()) in DoDecode()
55 m_thread_sp, m_trace.GetPerfZeroTscConversion()); in DoDecode()
58 m_thread_sp->GetID(), [&](llvm::ArrayRef<uint8_t> data) { in DoDecode()
H A DThreadDecoder.h51 lldb::ThreadSP m_thread_sp; variable
H A DDecodedThread.cpp100 ThreadSP DecodedThread::GetThread() { return m_thread_sp; } in GetThread()
255 : m_thread_sp(thread_sp), m_tsc_conversion(tsc_conversion) {} in CalculateApproximateMemoryUsage()
H A DDecodedThread.h267 lldb::ThreadSP m_thread_sp;
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DExecutionContext.h399 Thread *GetThreadPtr() const { return m_thread_sp.get(); } in GetThreadPtr()
464 const lldb::ThreadSP &GetThreadSP() const { return m_thread_sp; } in GetThreadSP()
563 lldb::ThreadSP m_thread_sp; ///< The thread that owns the frame variable
H A DThread.h110 lldb::ThreadSP GetThread() const { return m_thread_sp; } in GetThread()
115 lldb::ThreadSP m_thread_sp;