Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DTraceCursor.cpp27 bool TraceCursor::IsForwards() const { return m_forwards; } in IsForwards() function in TraceCursor
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTraceCursor.h124 bool IsForwards() const;
/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceCursorIntelPT.cpp31 m_pos += IsForwards() ? 1 : -1; in Next()