Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTraceCursor.h93 void SetGranularity(lldb::TraceInstructionControlFlowType granularity);
196 virtual lldb::TraceInstructionControlFlowType
203 lldb::TraceInstructionControlFlowType m_granularity =
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DDecodedThread.cpp66 TraceInstructionControlFlowType
69 return (TraceInstructionControlFlowType)0; in GetControlFlowType()
71 TraceInstructionControlFlowType mask = in GetControlFlowType()
H A DTraceCursorIntelPT.h33 lldb::TraceInstructionControlFlowType
H A DDecodedThread.h106 lldb::TraceInstructionControlFlowType
H A DTraceCursorIntelPT.cpp92 TraceInstructionControlFlowType
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTraceCursor.cpp25 lldb::TraceInstructionControlFlowType granularity) { in SetGranularity()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h966 FLAGS_ENUM(TraceInstructionControlFlowType){ in FLAGS_ENUM() argument
979 LLDB_MARK_AS_BITMASK_ENUM(TraceInstructionControlFlowType)