Home
last modified time | relevance | path

Searched refs:GoToId (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTraceCursor.h178 virtual bool GoToId(lldb::user_id_t id) = 0;
/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceCursorIntelPT.h42 bool GoToId(lldb::user_id_t id) override;
H A DTraceCursorIntelPT.cpp127 bool TraceCursorIntelPT::GoToId(user_id_t id) { in GoToId() function in TraceCursorIntelPT
/llvm-project-15.0.7/lldb/source/Target/
H A DTraceDumper.cpp296 m_cursor_up->GoToId(*m_options.id); in TraceDumper()