Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DTrace.h43 enum class TraceDirection { enum
175 const Thread &thread, size_t position, TraceDirection direction,
/external/llvm-project/lldb/source/Plugins/Trace/intel-pt/
DTraceIntelPT.cpp93 const Thread &thread, size_t position, TraceDirection direction, in TraverseInstructions()
102 ssize_t delta = direction == TraceDirection::Forwards ? 1 : -1; in TraverseInstructions()
DTraceIntelPT.h59 const Thread &thread, size_t position, TraceDirection direction,
/external/llvm-project/lldb/source/Target/
DTrace.cpp231 thread, start_position, TraceDirection::Forwards, in DumpTraceInstructions()