Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBInstructionList.cpp60 SBInstruction SBInstructionList::GetInstructionAtIndex(uint32_t idx) { in GetInstructionAtIndex() function in SBInstructionList
67 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()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBInstructionListExtensions.i22 return self.GetInstructionAtIndex(key)
28 inst = self.GetInstructionAtIndex(idx)
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp171 prev_insn = disasm_sp->GetInstructionList().GetInstructionAtIndex(0); in GetInstructionAtAddress()
228 return instruction_list.GetInstructionAtIndex(inst_to_choose - 1).get(); in GetInstructionAtAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp202 auto first_insn = insn_list->GetInstructionAtIndex(0); in GetStepThroughTrampolinePlan()
203 auto second_insn = insn_list->GetInstructionAtIndex(1); in GetStepThroughTrampolinePlan()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBInstructionList.h34 lldb::SBInstruction GetInstructionAtIndex(uint32_t idx);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepRange.cpp341 instructions->GetInstructionAtIndex(last_index); in SetNextBranchBreakpoint()
348 instructions->GetInstructionAtIndex(branch_index)->GetAddress(); in SetNextBranchBreakpoint()
H A DThreadPlanTracer.cpp175 instruction_list.GetInstructionAtIndex(0).get(); in Log()
H A DStackFrame.cpp1321 disassembler_sp->GetInstructionList().GetInstructionAtIndex(0); in GuessValueForAddress()
1532 disassembler.GetInstructionList().GetInstructionAtIndex(ii); in DoGuessValueAt()
H A DProcess.cpp6176 insn_list->GetInstructionAtIndex(branch_index)->GetAddress(); in AdvanceAddressToNextBranchInstruction()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp324 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 InstructionList
995 return GetInstructionAtIndex(index); in GetInstructionAtAddress()
H A DIOHandlerCursesGUI.cpp7155 Instruction *inst = insts.GetInstructionAtIndex(inst_idx).get(); in WindowDelegateDraw()
7351 .GetInstructionAtIndex(m_selected_line) in WindowDelegateHandleChar()
7510 .GetInstructionAtIndex(m_selected_line) in ToggleBreakpointOnSelectedLine()
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp105 Instruction *inst = inst_list.GetInstructionAtIndex(0).get(); in GetNonCallSiteUnwindPlanFromAssembly()
144 inst = inst_list.GetInstructionAtIndex(idx).get(); in GetNonCallSiteUnwindPlanFromAssembly()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h296 lldb::InstructionSP GetInstructionAtIndex(size_t idx) const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp59 InstructionSP insn = insn_list.GetInstructionAtIndex(0); in GetPtrauthInstructionInfo()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp34078 result = (arg1)->GetInstructionAtIndex(arg2); in _wrap_SBInstructionList_GetInstructionAtIndex()