Searched refs:m_thread_sp (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | ExecutionContext.cpp | 20 : 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 D | Thread.cpp | 153 : 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 D | ThreadDecoder.cpp | 22 : 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 D | ThreadDecoder.h | 51 lldb::ThreadSP m_thread_sp; variable
|
H A D | DecodedThread.cpp | 100 ThreadSP DecodedThread::GetThread() { return m_thread_sp; } in GetThread() 255 : m_thread_sp(thread_sp), m_tsc_conversion(tsc_conversion) {} in CalculateApproximateMemoryUsage()
|
H A D | DecodedThread.h | 267 lldb::ThreadSP m_thread_sp;
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | ExecutionContext.h | 399 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 D | Thread.h | 110 lldb::ThreadSP GetThread() const { return m_thread_sp; } in GetThread() 115 lldb::ThreadSP m_thread_sp;
|