Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDThreadPlanTracer.cpp208 InstructionList &instruction_list = disassembler->GetInstructionList(); in Log() local
209 const uint32_t max_opcode_byte_size = instruction_list.GetMaxOpcocdeByteSize(); in Log()
211 if (instruction_list.GetSize()) in Log()
215 Instruction *instruction = instruction_list.GetInstructionAtIndex(0).get(); in Log()
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDIRExecutionUnit.cpp205 InstructionList &instruction_list = disassembler_sp->GetInstructionList(); in DisassembleFunction() local
206 instruction_list.Dump(&stream, true, true, &exe_ctx); in DisassembleFunction()