Searched refs:GetInstructionAtIndex (Results 1 – 15 of 15) sorted by relevance
60 SBInstruction SBInstructionList::GetInstructionAtIndex(uint32_t idx) { in GetInstructionAtIndex() function in SBInstructionList67 m_opaque_sp->GetInstructionList().GetInstructionAtIndex(idx)); in GetInstructionAtIndex()83 addr = GetInstructionAtIndex(i).GetAddress(); in GetInstructionsCount()91 SBInstruction insn = GetInstructionAtIndex(i); in GetInstructionsCount()156 m_opaque_sp->GetInstructionList().GetInstructionAtIndex(i).get(); in GetDescription()185 if (!GetInstructionAtIndex((uint32_t)i).DumpEmulation(triple)) in DumpEmulationForAllInstructions()
22 return self.GetInstructionAtIndex(key)28 inst = self.GetInstructionAtIndex(idx)
171 prev_insn = disasm_sp->GetInstructionList().GetInstructionAtIndex(0); in GetInstructionAtAddress()228 return instruction_list.GetInstructionAtIndex(inst_to_choose - 1).get(); in GetInstructionAtAddress()
202 auto first_insn = insn_list->GetInstructionAtIndex(0); in GetStepThroughTrampolinePlan()203 auto second_insn = insn_list->GetInstructionAtIndex(1); in GetStepThroughTrampolinePlan()
34 lldb::SBInstruction GetInstructionAtIndex(uint32_t idx);
340 instructions->GetInstructionAtIndex(last_index); in SetNextBranchBreakpoint()347 instructions->GetInstructionAtIndex(branch_index)->GetAddress(); in SetNextBranchBreakpoint()
175 instruction_list.GetInstructionAtIndex(0).get(); in Log()
1329 disassembler_sp->GetInstructionList().GetInstructionAtIndex(0); in GuessValueForAddress()1539 disassembler.GetInstructionList().GetInstructionAtIndex(ii); in DoGuessValueAt()
5975 insn_list->GetInstructionAtIndex(branch_index)->GetAddress(); in AdvanceAddressToNextBranchInstruction()
324 Instruction *inst = GetInstructionList().GetInstructionAtIndex(i).get(); in PrintInstructions()373 Instruction *inst = GetInstructionList().GetInstructionAtIndex(i).get(); in PrintInstructions()985 InstructionSP InstructionList::GetInstructionAtIndex(size_t idx) const { in GetInstructionAtIndex() function in InstructionList995 return GetInstructionAtIndex(index); in GetInstructionAtAddress()
7154 Instruction *inst = insts.GetInstructionAtIndex(inst_idx).get(); in WindowDelegateDraw()7350 .GetInstructionAtIndex(m_selected_line) in WindowDelegateHandleChar()7509 .GetInstructionAtIndex(m_selected_line) in ToggleBreakpointOnSelectedLine()
105 Instruction *inst = inst_list.GetInstructionAtIndex(0).get(); in GetNonCallSiteUnwindPlanFromAssembly()144 inst = inst_list.GetInstructionAtIndex(idx).get(); in GetNonCallSiteUnwindPlanFromAssembly()
296 lldb::InstructionSP GetInstructionAtIndex(size_t idx) const;
57 InstructionSP insn = insn_list.GetInstructionAtIndex(0); in GetPtrauthInstructionInfo()
32619 result = (arg1)->GetInstructionAtIndex(arg2); in _wrap_SBInstructionList_GetInstructionAtIndex()