Searched refs:HasDelaySlot (Results 1 – 7 of 7) sorted by relevance
54 bool HasDelaySlot();
217 bool SBInstruction::HasDelaySlot() { in HasDelaySlot() function in SBInstruction222 return inst_sp->HasDelaySlot(); in HasDelaySlot()
166 virtual bool HasDelaySlot();361 bool HasDelaySlot() override;
118 if (nullptr == insn || !insn->HasDelaySlot()) in GetBreakableLoadAddress()
70 bool HasDelaySlot(llvm::MCInst &mc_inst) const;429 bool HasDelaySlot() override { in HasDelaySlot() function in InstructionLLVMC1226 m_has_delay_slot = mc_disasm_ptr->HasDelaySlot(inst); in VisitInstruction()1417 bool DisassemblerLLVMC::MCDisasmInstance::HasDelaySlot( in HasDelaySlot() function in DisassemblerLLVMC::MCDisasmInstance
728 return !HasDelaySlot(); in CanSetBreakpoint()731 bool Instruction::HasDelaySlot() { in HasDelaySlot() function in Instruction1193 bool PseudoInstruction::HasDelaySlot() { in HasDelaySlot() function in PseudoInstruction
34039 result = (bool)(arg1)->HasDelaySlot(); in _wrap_SBInstruction_HasDelaySlot()