Home
last modified time | relevance | path

Searched refs:IsForwards (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTraceCursor.cpp31 bool SBTraceCursor::IsForwards() const { in IsForwards() function in SBTraceCursor
34 return m_opaque_sp->IsForwards(); in IsForwards()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTraceCursor.cpp27 bool TraceCursor::IsForwards() const { return m_forwards; } in IsForwards() function in TraceCursor
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTraceCursor.h34 bool IsForwards() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTraceCursor.h113 bool IsForwards() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceCursorIntelPT.cpp31 m_pos += IsForwards() ? 1 : -1; in Next()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp66550 result = (bool)((lldb::SBTraceCursor const *)arg1)->IsForwards(); in _wrap_SBTraceCursor_IsForwards()