Home
last modified time | relevance | path

Searched refs:insn_list (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp191 InstructionList *insn_list = &disassembler_sp->GetInstructionList(); in GetStepThroughTrampolinePlan() local
192 if (insn_list == nullptr) { in GetStepThroughTrampolinePlan()
202 auto first_insn = insn_list->GetInstructionAtIndex(0); in GetStepThroughTrampolinePlan()
203 auto second_insn = insn_list->GetInstructionAtIndex(1); in GetStepThroughTrampolinePlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp58 InstructionList &insn_list = disassembler_sp->GetInstructionList(); in GetPtrauthInstructionInfo() local
59 InstructionSP insn = insn_list.GetInstructionAtIndex(0); in GetPtrauthInstructionInfo()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp6142 InstructionList *insn_list = nullptr; in AdvanceAddressToNextBranchInstruction() local
6156 insn_list = &disassembler_sp->GetInstructionList(); in AdvanceAddressToNextBranchInstruction()
6158 if (insn_list == nullptr) { in AdvanceAddressToNextBranchInstruction()
6163 insn_list->GetIndexOfInstructionAtAddress(default_stop_addr); in AdvanceAddressToNextBranchInstruction()
6168 uint32_t branch_index = insn_list->GetIndexOfNextBranchInstruction( in AdvanceAddressToNextBranchInstruction()
6176 insn_list->GetInstructionAtIndex(branch_index)->GetAddress(); in AdvanceAddressToNextBranchInstruction()