Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp556 static void AddThumb1SBit(MCInst &MI, bool InITBlock) { in AddThumb1SBit()
712 bool InITBlock = ITBlock.instrInITBlock(); in getInstruction() local
758 bool InITBlock = ITBlock.instrInITBlock(); in getInstruction() local
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp655 bool ITSession::InITBlock() { return ITCounter != 0; } in InITBlock() function in ITSession
14029 bool EmulateInstructionARM::InITBlock() { in InITBlock() function in EmulateInstructionARM