Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTraceCursor.cpp49 bool SBTraceCursor::GoToId(lldb::user_id_t id) { in GoToId() function in SBTraceCursor
52 return m_opaque_sp->GoToId(id); in GoToId()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBTraceCursor.i28 bool GoToId(lldb::user_id_t id);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBTraceCursor.h92 bool GoToId(lldb::user_id_t id);
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTraceCursor.h167 virtual bool GoToId(lldb::user_id_t id) = 0;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceCursorIntelPT.h43 bool GoToId(lldb::user_id_t id) override;
H A DTraceCursorIntelPT.cpp128 bool TraceCursorIntelPT::GoToId(user_id_t id) { in GoToId() function in TraceCursorIntelPT
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTraceDumper.cpp448 m_cursor_sp->GoToId(*m_options.id); in TraceDumper()