Home
last modified time | relevance | path

Searched refs:HasDelaySlot (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBInstruction.h54 bool HasDelaySlot();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBInstruction.cpp217 bool SBInstruction::HasDelaySlot() { in HasDelaySlot() function in SBInstruction
222 return inst_sp->HasDelaySlot(); in HasDelaySlot()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h166 virtual bool HasDelaySlot();
361 bool HasDelaySlot() override;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp118 if (nullptr == insn || !insn->HasDelaySlot()) in GetBreakableLoadAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp70 bool HasDelaySlot(llvm::MCInst &mc_inst) const;
429 bool HasDelaySlot() override { in HasDelaySlot() function in InstructionLLVMC
1226 m_has_delay_slot = mc_disasm_ptr->HasDelaySlot(inst); in VisitInstruction()
1417 bool DisassemblerLLVMC::MCDisasmInstance::HasDelaySlot( in HasDelaySlot() function in DisassemblerLLVMC::MCDisasmInstance
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp728 return !HasDelaySlot(); in CanSetBreakpoint()
731 bool Instruction::HasDelaySlot() { in HasDelaySlot() function in Instruction
1193 bool PseudoInstruction::HasDelaySlot() { in HasDelaySlot() function in PseudoInstruction
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp34039 result = (bool)(arg1)->HasDelaySlot(); in _wrap_SBInstruction_HasDelaySlot()