HomeSort by relevance Sort by last modified time
    Searched refs:GetInstructionList (Results 1 - 8 of 8) sorted by null

  /external/lldb/source/API/
SBInstructionList.cpp 53 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/
ThreadPlanStepRange.cpp 73 m_instruction_ranges[i]->GetInstructionList().Clear();
301 insn_offset = m_instruction_ranges[i]->GetInstructionList().GetIndexOfInstructionAtLoadAddress(addr, GetTarget());
307 return &m_instruction_ranges[i]->GetInstructionList();
ThreadPlanTracer.cpp 216 InstructionList &instruction_list = disassembler->GetInstructionList();
  /external/lldb/include/lldb/Core/
Disassembler.h 384 GetInstructionList ();
387 GetInstructionList () const;
  /external/lldb/source/Core/
Disassembler.cpp 330 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();
    [all...]
DataExtractor.cpp     [all...]
  /external/lldb/source/Expression/
IRExecutionUnit.cpp 207 InstructionList &instruction_list = disassembler_sp->GetInstructionList();
224 disassembler_sp->GetInstructionList().Clear();
  /external/lldb/source/Plugins/UnwindAssembly/InstEmulation/
UnwindAssemblyInstEmulation.cpp 90 const InstructionList &inst_list = disasm_sp->GetInstructionList ();
269 disasm_sp->GetInstructionList().Clear();

Completed in 167 milliseconds