Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp123 uint64_t breakable_addr = addr - insn->GetOpcode().GetByteSize(); in GetBreakableLoadAddress()
172 insn_size = prev_insn->GetOpcode().GetByteSize(); in GetInstructionAtAddress()
/llvm-project-15.0.7/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp185 m_inst_emulator_up->SetInstruction(inst->GetOpcode(), in GetNonCallSiteUnwindPlanFromAssembly()
278 current_offset + inst->GetOpcode().GetByteSize()) == 0) { in GetNonCallSiteUnwindPlanFromAssembly()
280 inst->GetOpcode().GetByteSize()); in GetNonCallSiteUnwindPlanFromAssembly()
283 {current_offset + inst->GetOpcode().GetByteSize(), in GetNonCallSiteUnwindPlanFromAssembly()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DNativeProcessSoftwareSingleStep.cpp150 next_pc = register_context.GetPC() + emulator_up->GetOpcode().GetByteSize(); in SetupSoftwareSingleStepping()
/llvm-project-15.0.7/lldb/source/API/
H A DSBInstruction.cpp172 return inst_sp->GetOpcode().GetByteSize(); in GetByteSize()
/llvm-project-15.0.7/lldb/source/Core/
H A DDisassembler.cpp678 insn_emulator_up->SetInstruction(GetOpcode(), GetAddress(), nullptr); in DumpEmulation()
952 insn_emulator_up->SetInstruction(GetOpcode(), GetAddress(), nullptr); in Emulate()
974 uint32_t inst_size = (*pos)->GetOpcode().GetByteSize(); in GetMaxOpcocdeByteSize()
/llvm-project-15.0.7/lldb/source/Target/
H A DThreadPlanStepRange.cpp341 size_t last_inst_size = last_inst->GetOpcode().GetByteSize(); in SetNextBranchBreakpoint()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DEmulateInstruction.h428 const Opcode &GetOpcode() const { return m_opcode; } in GetOpcode() function
H A DDisassembler.h194 const Opcode &GetOpcode() const { return m_opcode; } in GetOpcode() function