Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTraceCursor.cpp25 void SBTraceCursor::SetForwards(bool forwards) { in SetForwards() function in SBTraceCursor
28 m_opaque_sp->SetForwards(forwards); in SetForwards()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBTraceCursor.i20 void SetForwards(bool forwards);
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTraceCursor.cpp25 void TraceCursor::SetForwards(bool forwards) { m_forwards = forwards; } in SetForwards() function in TraceCursor
H A DTraceDumper.cpp454 m_cursor_sp->SetForwards(m_options.forwards); in TraceDumper()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBTraceCursor.h31 void SetForwards(bool forwards);
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTraceCursor.h106 void SetForwards(bool forwards);
/openbsd-src/gnu/llvm/lldb/source/Plugins/TraceExporter/common/
H A DTraceHTR.cpp133 cursor.SetForwards(true); in TraceHTR()