Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Architecture/Mips/
DArchitectureMips.cpp123 uint64_t breakable_addr = addr - insn->GetOpcode().GetByteSize(); in GetBreakableLoadAddress()
172 insn_size = prev_insn->GetOpcode().GetByteSize(); in GetInstructionAtAddress()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMLRegallocEvictAdvisor.h36 MLModelRunner *RegallocRunner, function_ref<int(SlotIndex)> GetOpcode,
DMLRegallocEvictAdvisor.cpp927 function_ref<int(SlotIndex)> GetOpcode, in extractInstructionFeatures() argument
969 int CurrentOpcode = GetOpcode(CurrentIndex); in extractInstructionFeatures()
/openbsd/src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/InstEmulation/
DUnwindAssemblyInstEmulation.cpp182 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()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Utility/
DNativeProcessSoftwareSingleStep.cpp152 next_pc = register_context.GetPC() + emulator_up->GetOpcode().GetByteSize(); in SetupSoftwareSingleStepping()
/openbsd/src/gnu/llvm/lldb/source/Core/
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()
/openbsd/src/gnu/llvm/lldb/source/API/
DSBInstruction.cpp191 return inst_sp->GetOpcode().GetByteSize(); in GetByteSize()
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DEmulateInstruction.h436 const Opcode &GetOpcode() const { return m_opcode; } in GetOpcode() function
DDisassembler.h194 const Opcode &GetOpcode() const { return m_opcode; } in GetOpcode() function
/openbsd/src/gnu/llvm/lldb/source/Target/
DThreadPlanStepRange.cpp341 size_t last_inst_size = last_inst->GetOpcode().GetByteSize(); in SetNextBranchBreakpoint()