Home
last modified time | relevance | path

Searched refs:GetOpcode (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp130 uint64_t breakable_addr = addr - insn->GetOpcode().GetByteSize(); in GetBreakableLoadAddress()
181 insn_size = prev_insn->GetOpcode().GetByteSize(); in GetInstructionAtAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp173 m_inst_emulator_ap->SetInstruction(inst->GetOpcode(), in GetNonCallSiteUnwindPlanFromAssembly()
248 current_offset + inst->GetOpcode().GetByteSize()) == 0) { in GetNonCallSiteUnwindPlanFromAssembly()
250 inst->GetOpcode().GetByteSize()); in GetNonCallSiteUnwindPlanFromAssembly()
253 {current_offset + inst->GetOpcode().GetByteSize(), in GetNonCallSiteUnwindPlanFromAssembly()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBInstruction.cpp148 return inst_sp->GetOpcode().GetByteSize(); in GetByteSize()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepRange.cpp329 size_t last_inst_size = last_inst->GetOpcode().GetByteSize(); in SetNextBranchBreakpoint()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DEmulateInstruction.h451 const Opcode &GetOpcode() const { return m_opcode; } in GetOpcode() function
H A DDisassembler.h199 const Opcode &GetOpcode() const { return m_opcode; } in GetOpcode() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDisassembler.cpp748 insn_emulator_ap->SetInstruction(GetOpcode(), GetAddress(), nullptr); in DumpEmulation()
1022 insn_emulator_ap->SetInstruction(GetOpcode(), GetAddress(), nullptr); in Emulate()
1044 uint32_t inst_size = (*pos)->GetOpcode().GetByteSize(); in GetMaxOpcocdeByteSize()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp1081 register_context_sp->GetPC() + emulator_ap->GetOpcode().GetByteSize(); in SetupSoftwareSingleStepping()