Searched refs:GetCursor (Results 1 – 7 of 7) sorted by relevance
107 lldb::TraceCursorUP TraceIntelPT::GetCursor(Thread &thread) { in GetCursor() function in TraceIntelPT108 return Decode(thread)->GetCursor(); in GetCursor()
145 lldb::TraceCursorUP GetCursor();
116 lldb::TraceCursorUP DecodedThread::GetCursor() { in GetCursor() function in DecodedThread
68 lldb::TraceCursorUP GetCursor(Thread &thread) override;
141 virtual lldb::TraceCursorUP GetCursor(Thread &thread) = 0;
2130 lldb::TraceCursorUP cursor_up = trace_sp->GetCursor(*thread_sp); in HandleOneThread()
3880 GetCursor(void) in GetCursor() function