Searched defs:GetInstructionAtIndex (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/API/
H A DSBInstructionList.cpp58 SBInstructionList::GetInstructionAtIndex (uint32_t idx) function in class:SBInstructionList
62 inst.SetOpaque (m_opaque_sp->GetInstructionList().GetInstructionAtIndex (idx));
105 Instruction *inst = m_opaque_sp->GetInstructionList().GetInstructionAtIndex (i).get();
126 if (!GetInstructionAtIndex((uint32_t) i).DumpEmulation (triple))
/external/lldb/source/Core/
H A DDisassembler.cpp424 Instruction *inst = disasm_ptr->GetInstructionList().GetInstructionAtIndex (i).get();
989 InstructionList::GetInstructionAtIndex (size_t idx) const function in class:InstructionList

Completed in 105 milliseconds