Home
last modified time | relevance | path

Searched refs:GetInstructionAtIndex (Results 1 – 14 of 14) sorted by relevance

/external/lldb/source/API/
DSBInstructionList.cpp58 SBInstructionList::GetInstructionAtIndex (uint32_t idx) in GetInstructionAtIndex() function in SBInstructionList
62 inst.SetOpaque (m_opaque_sp->GetInstructionList().GetInstructionAtIndex (idx)); in GetInstructionAtIndex()
105 … Instruction *inst = m_opaque_sp->GetInstructionList().GetInstructionAtIndex (i).get(); in GetDescription()
126 if (!GetInstructionAtIndex((uint32_t) i).DumpEmulation (triple)) in DumpEmulationForAllInstructions()
/external/lldb/scripts/Python/interface/
DSBInstructionList.i45 GetInstructionAtIndex (uint32_t idx);
72 return self.GetInstructionAtIndex(key)
78 inst = self.GetInstructionAtIndex(idx)
/external/lldb/test/python_api/default-constructor/
Dsb_instructionlist.py10 obj.GetInstructionAtIndex(0xffffffff)
/external/lldb/include/lldb/API/
DSBInstructionList.h39 GetInstructionAtIndex (uint32_t idx);
/external/lldb/test/python_api/disassemble-raw-data/
DTestDisassembleRawData.py31 inst = insts.GetInstructionAtIndex(0)
DTestDisassemble_VST1_64.py50 inst = insts.GetInstructionAtIndex(0)
/external/lldb/source/Plugins/UnwindAssembly/InstEmulation/
DUnwindAssemblyInstEmulation.cpp95 Instruction *inst = inst_list.GetInstructionAtIndex (0).get(); in GetNonCallSiteUnwindPlanFromAssembly()
141 inst = inst_list.GetInstructionAtIndex (idx).get(); in GetNonCallSiteUnwindPlanFromAssembly()
/external/lldb/source/Target/
DThreadPlanTracer.cpp223 Instruction *instruction = instruction_list.GetInstructionAtIndex(0).get(); in Log()
DThreadPlanStepRange.cpp363 run_to_address = instructions->GetInstructionAtIndex(branch_index)->GetAddress(); in SetNextBranchBreakpoint()
/external/lldb/examples/python/
Ddisasm-stress-test.py162 inst = inst_list.GetInstructionAtIndex(0)
/external/lldb/include/lldb/Core/
DDisassembler.h170 GetInstructionAtIndex (size_t idx) const;
/external/lldb/source/Core/
DDisassembler.cpp424 Instruction *inst = disasm_ptr->GetInstructionList().GetInstructionAtIndex (i).get(); in PrintInstructions()
989 InstructionList::GetInstructionAtIndex (size_t idx) const in GetInstructionAtIndex() function in InstructionList
/external/lldb/source/Expression/
DIRExecutionUnit.cpp214 Instruction *instruction = instruction_list.GetInstructionAtIndex(instruction_index).get(); in DisassembleFunction()
/external/lldb/www/python_reference/
Dapi-objects.txt3134 lldb.SBInstructionList.GetInstructionAtIndex lldb.SBInstructionList-class.html#GetInstructionAtIndex