Searched refs:ITSession (Results 1 - 2 of 2) 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;
H A DEmulateInstructionARM.cpp41 // ITSession implementation
62 bool ITSession::InitIT(uint32_t bits7_0)
90 void ITSession::ITAdvance()
104 bool ITSession::InITBlock()
110 bool ITSession::LastInITBlock()
116 uint32_t ITSession::GetCond()

Completed in 92 milliseconds