Home
last modified time | relevance | path

Searched defs:InITBlock (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp891 static void AddThumb1SBit(MCInst &MI, bool InITBlock) { in AddThumb1SBit()
1100 bool InITBlock = ITBlock.instrInITBlock(); in getThumbInstruction() local
1167 bool InITBlock = ITBlock.instrInITBlock(); in getThumbInstruction() local
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp645 bool ITSession::InITBlock() { return ITCounter != 0; } in InITBlock() function in ITSession
13978 bool EmulateInstructionARM::InITBlock() { in InITBlock() function in EmulateInstructionARM