Searched refs:DecodedThread (Results 1 – 4 of 4) sorted by relevance
64 size_t DecodedThread::GetRawTraceSize() const { return m_raw_trace_size; } in GetRawTraceSize()97 ArrayRef<IntelPTInstruction> DecodedThread::GetInstructions() const { in GetInstructions()101 DecodedThread::DecodedThread(ThreadSP thread_sp, Error error) in DecodedThread() function in DecodedThread106 DecodedThread::DecodedThread(ThreadSP thread_sp, in DecodedThread() function in DecodedThread116 lldb::TraceCursorUP DecodedThread::GetCursor() { in GetCursor()
127 class DecodedThread : public std::enable_shared_from_this<DecodedThread> {129 DecodedThread(lldb::ThreadSP thread_sp,135 DecodedThread(lldb::ThreadSP thread_sp, llvm::Error error);159 using DecodedThreadSP = std::shared_ptr<DecodedThread>;
259 return std::make_shared<DecodedThread>(m_trace_thread->shared_from_this(), in DoDecode()263 return std::make_shared<DecodedThread>(m_trace_thread->shared_from_this(), in DoDecode()274 return std::make_shared<DecodedThread>( in DoDecode()277 return std::make_shared<DecodedThread>(m_thread_sp, in DoDecode()
95 return std::make_shared<DecodedThread>( in Decode()101 return std::make_shared<DecodedThread>( in Decode()