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

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

Completed in 75 milliseconds