Searched refs:GoToId (Results 1 – 7 of 7) sorted by relevance
49 bool SBTraceCursor::GoToId(lldb::user_id_t id) { in GoToId() function in SBTraceCursor52 return m_opaque_sp->GoToId(id); in GoToId()
28 bool GoToId(lldb::user_id_t id);
92 bool GoToId(lldb::user_id_t id);
167 virtual bool GoToId(lldb::user_id_t id) = 0;
43 bool GoToId(lldb::user_id_t id) override;
128 bool TraceCursorIntelPT::GoToId(user_id_t id) { in GoToId() function in TraceCursorIntelPT
448 m_cursor_sp->GoToId(*m_options.id); in TraceDumper()