Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
HDARMDisassembler.cpp730 static void AddThumb1SBit(MCInst &MI, bool InITBlock) { in AddThumb1SBit()
935 bool InITBlock = ITBlock.instrInITBlock(); in getThumbInstruction() local
1002 bool InITBlock = ITBlock.instrInITBlock(); in getThumbInstruction() local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
HDEmulateInstructionARM.cpp652 bool ITSession::InITBlock() { return ITCounter != 0; } in InITBlock() function in ITSession
13992 bool EmulateInstructionARM::InITBlock() { in InITBlock() function in EmulateInstructionARM