Searched defs:ITSession (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h20 // ITSession - Keep track of the IT Block progression.
21 class ITSession class in namespace:lldb_private
24 ITSession() : ITCounter(0), ITState(0) {} function in class:lldb_private::ITSession
25 ~ITSession() {}
984 ITSession m_it_session;

Completed in 115 milliseconds