Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Architecture/Mips/
DArchitectureMips.cpp129 uint64_t breakable_addr = addr - insn->GetOpcode().GetByteSize(); in GetBreakableLoadAddress()
180 insn_size = prev_insn->GetOpcode().GetByteSize(); in GetInstructionAtAddress()
/external/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
DUnwindAssemblyInstEmulation.cpp183 m_inst_emulator_up->SetInstruction(inst->GetOpcode(), in GetNonCallSiteUnwindPlanFromAssembly()
275 current_offset + inst->GetOpcode().GetByteSize()) == 0) { in GetNonCallSiteUnwindPlanFromAssembly()
277 inst->GetOpcode().GetByteSize()); in GetNonCallSiteUnwindPlanFromAssembly()
280 {current_offset + inst->GetOpcode().GetByteSize(), in GetNonCallSiteUnwindPlanFromAssembly()
/external/llvm-project/lldb/source/Core/
DDisassembler.cpp645 insn_emulator_up->SetInstruction(GetOpcode(), GetAddress(), nullptr); in DumpEmulation()
919 insn_emulator_up->SetInstruction(GetOpcode(), GetAddress(), nullptr); in Emulate()
941 uint32_t inst_size = (*pos)->GetOpcode().GetByteSize(); in GetMaxOpcocdeByteSize()
/external/llvm-project/lldb/include/lldb/Core/
DDisassembler.h177 const Opcode &GetOpcode() const { return m_opcode; } in GetOpcode() function
DEmulateInstruction.h428 const Opcode &GetOpcode() const { return m_opcode; } in GetOpcode() function
/external/llvm-project/lldb/source/API/
DSBInstruction.cpp179 return inst_sp->GetOpcode().GetByteSize(); in GetByteSize()
/external/llvm-project/lldb/source/Target/
DThreadPlanStepRange.cpp341 size_t last_inst_size = last_inst->GetOpcode().GetByteSize(); in SetNextBranchBreakpoint()
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DProcessFreeBSD.cpp1070 register_context_sp->GetPC() + emulator_up->GetOpcode().GetByteSize(); in SetupSoftwareSingleStepping()
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeProcessLinux.cpp990 next_pc = register_context.GetPC() + emulator_up->GetOpcode().GetByteSize(); in SetupSoftwareSingleStepping()