Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp731 static void AddThumb1SBit(MCInst &MI, bool InITBlock) { in AddThumb1SBit()
937 bool InITBlock = ITBlock.instrInITBlock(); in getThumbInstruction() local
1004 bool InITBlock = ITBlock.instrInITBlock(); in getThumbInstruction() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp645 bool ITSession::InITBlock() { return ITCounter != 0; } in InITBlock() function in ITSession
13985 bool EmulateInstructionARM::InITBlock() { in InITBlock() function in EmulateInstructionARM