Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTraceCursor.h88 bool GoToId(lldb::user_id_t id);
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTraceCursor.h167 virtual bool GoToId(lldb::user_id_t id) = 0;
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp448 m_cursor_sp->GoToId(*m_options.id); in TraceDumper()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp63711 result = (bool)(arg1)->GoToId(arg2); in _wrap_SBTraceCursor_GoToId()