Home
last modified time | relevance | path

Searched refs:instruction_list (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp155 InstructionList instruction_list; in GetInstructionAtAddress() local
176 instruction_list.Append(prev_insn); in GetInstructionAtAddress()
195 instruction_list.Append(prev_insn); in GetInstructionAtAddress()
226 if (inst_to_choose > instruction_list.GetSize()) in GetInstructionAtAddress()
228 return instruction_list.GetInstructionAtIndex(inst_to_choose - 1).get(); in GetInstructionAtAddress()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanTracer.cpp166 InstructionList &instruction_list = disassembler->GetInstructionList(); in Log()
168 instruction_list.GetMaxOpcocdeByteSize(); in Log()
170 if (instruction_list.GetSize()) { in Log()
175 instruction_list.GetInstructionAtIndex(0).get(); in Log()
167 InstructionList &instruction_list = disassembler->GetInstructionList(); Log() local
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp203 InstructionList &instruction_list = disassembler_sp->GetInstructionList(); in DisassembleFunction() local
204 instruction_list.Dump(&stream, true, true, /*show_control_flow_kind=*/false, in DisassembleFunction()