Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTraceCursor.h121 bool Seek(int64_t offset, lldb::TraceCursorSeekType origin);
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTraceCursor.h200 virtual bool Seek(int64_t offset, lldb::TraceCursorSeekType origin) = 0;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceCursorIntelPT.h25 bool Seek(int64_t offset, lldb::TraceCursorSeekType origin) override;
H A DTraceCursorIntelPT.cpp72 lldb::TraceCursorSeekType origin) { in Seek()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTraceCursor.cpp67 bool SBTraceCursor::Seek(int64_t offset, lldb::TraceCursorSeekType origin) { in Seek()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h1244 enum TraceCursorSeekType { enum
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp63778 lldb::TraceCursorSeekType arg3 ; in _wrap_SBTraceCursor_Seek()
63791 arg3 = (lldb::TraceCursorSeekType)lua_tointeger(L, 3); in _wrap_SBTraceCursor_Seek()