Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTraceCursor.cpp31 bool SBTraceCursor::IsForwards() const { in IsForwards() function in SBTraceCursor
34 return m_opaque_sp->IsForwards(); in IsForwards()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBTraceCursor.i22 bool IsForwards() const;
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTraceCursor.cpp27 bool TraceCursor::IsForwards() const { return m_forwards; } in IsForwards() function in TraceCursor
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBTraceCursor.h38 bool IsForwards() const;
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTraceCursor.h113 bool IsForwards() const;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceCursorIntelPT.cpp31 m_pos += IsForwards() ? 1 : -1; in Next()