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

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

Completed in 97 milliseconds