Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Target/
HDThreadPlanTracer.cpp218 InstructionList &instruction_list = disassembler->GetInstructionList(); in Log() local
219 const uint32_t max_opcode_byte_size = instruction_list.GetMaxOpcocdeByteSize(); in Log()
221 if (instruction_list.GetSize()) in Log()
225 Instruction *instruction = instruction_list.GetInstructionAtIndex(0).get(); in Log()
/trueos/contrib/llvm/tools/lldb/source/Expression/
HDIRExecutionUnit.cpp202 InstructionList &instruction_list = disassembler_sp->GetInstructionList(); in DisassembleFunction() local
203 const uint32_t max_opcode_byte_size = instruction_list.GetMaxOpcocdeByteSize(); in DisassembleFunction()
205 for (size_t instruction_index = 0, num_instructions = instruction_list.GetSize(); in DisassembleFunction()
209 Instruction *instruction = instruction_list.GetInstructionAtIndex(instruction_index).get(); in DisassembleFunction()