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.cpp218 bool SBInstruction::HasDelaySlot() { in HasDelaySlot() function in SBInstruction
223 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.cpp119 if (nullptr == insn || !insn->HasDelaySlot()) in GetBreakableLoadAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp69 bool HasDelaySlot(llvm::MCInst &mc_inst) const;
428 bool HasDelaySlot() override { in IsLoad()
1218 m_has_delay_slot = mc_disasm_ptr->HasDelaySlot(inst); in GetDisasmToUse()
1411 bool DisassemblerLLVMC::MCDisasmInstance::HasDelaySlot( in DisassemblerLLVMC()
423 bool HasDelaySlot() override { HasDelaySlot() function in InstructionLLVMC
1372 bool DisassemblerLLVMC::MCDisasmInstance::HasDelaySlot( HasDelaySlot() function in DisassemblerLLVMC::MCDisasmInstance
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp694 return !HasDelaySlot(); in CanSetBreakpoint()
697 bool Instruction::HasDelaySlot() { in HasDelaySlot() function in Instruction
1161 bool PseudoInstruction::HasDelaySlot() { in HasDelaySlot() function in PseudoInstruction
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp33566 result = (bool)(arg1)->HasDelaySlot(); in _wrap_SBInstruction_HasDelaySlot()