Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DTraceCursor.cpp25 void TraceCursor::SetForwards(bool forwards) { m_forwards = forwards; } in SetForwards() function in TraceCursor
H A DTraceDumper.cpp302 m_cursor_up->SetForwards(m_options.forwards); in TraceDumper()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTraceCursor.h117 void SetForwards(bool forwards);
/llvm-project-15.0.7/lldb/source/Plugins/TraceExporter/common/
H A DTraceHTR.cpp132 cursor.SetForwards(true); in TraceHTR()