Home
last modified time | relevance | path

Searched refs:ITSession (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.h21 class ITSession
24 ITSession() : ITCounter(0), ITState(0) {} in ITSession() function
25 ~ITSession() {} in ~ITSession()
984 ITSession m_it_session;
DEmulateInstructionARM.cpp62 bool ITSession::InitIT(uint32_t bits7_0) in InitIT()
90 void ITSession::ITAdvance() in ITAdvance()
104 bool ITSession::InITBlock() in InITBlock()
110 bool ITSession::LastInITBlock() in LastInITBlock()
116 uint32_t ITSession::GetCond() in GetCond()