Searched refs:GetInstructionList (Results 1 - 8 of 8) sorted by relevance

/external/lldb/source/API/
H A DSBInstructionList.cpp53 return m_opaque_sp->GetInstructionList().GetSize();
61 if (m_opaque_sp && idx < m_opaque_sp->GetInstructionList().GetSize())
62 inst.SetOpaque (m_opaque_sp->GetInstructionList().GetInstructionAtIndex (idx));
102 const uint32_t max_opcode_byte_size = m_opaque_sp->GetInstructionList().GetMaxOpcocdeByteSize();
105 Instruction *inst = m_opaque_sp->GetInstructionList().GetInstructionAtIndex (i).get();
/external/lldb/source/Target/
H A DThreadPlanStepRange.cpp73 m_instruction_ranges[i]->GetInstructionList().Clear();
301 insn_offset = m_instruction_ranges[i]->GetInstructionList().GetIndexOfInstructionAtLoadAddress(addr, GetTarget());
307 return &m_instruction_ranges[i]->GetInstructionList();
H A DThreadPlanTracer.cpp216 InstructionList &instruction_list = disassembler->GetInstructionList();
/external/lldb/include/lldb/Core/
H A DDisassembler.h384 GetInstructionList ();
387 GetInstructionList () const;
/external/lldb/source/Core/
H A DDisassembler.cpp330 disasm_sp->GetInstructionList().Clear();
380 disasm_sp->GetInstructionList().Clear();
401 size_t num_instructions_found = disasm_ptr->GetInstructionList().GetSize();
406 const uint32_t max_opcode_byte_size = disasm_ptr->GetInstructionList().GetMaxOpcocdeByteSize ();
424 Instruction *inst = disasm_ptr->GetInstructionList().GetInstructionAtIndex (i).get();
1187 Disassembler::GetInstructionList () function in class:Disassembler
1193 Disassembler::GetInstructionList () const function in class:Disassembler
H A DDataExtractor.cpp1414 disassembler_sp->GetInstructionList().Dump (s, show_address, show_bytes, &exe_ctx);
1418 disassembler_sp->GetInstructionList().Clear();
/external/lldb/source/Expression/
H A DIRExecutionUnit.cpp207 InstructionList &instruction_list = disassembler_sp->GetInstructionList();
224 disassembler_sp->GetInstructionList().Clear();
/external/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp90 const InstructionList &inst_list = disasm_sp->GetInstructionList ();
269 disasm_sp->GetInstructionList().Clear();

Completed in 656 milliseconds