Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DThreadPlanStepRange.cpp256 lldb::addr_t addr, size_t &range_index, size_t &insn_offset) { in GetInstructionsForAddress() argument
279 insn_offset = in GetInstructionsForAddress()
283 if (insn_offset == UINT32_MAX) in GetInstructionsForAddress()
H A DProcess.cpp5830 size_t insn_offset = in AdvanceAddressToNextBranchInstruction() local
5832 if (insn_offset == UINT32_MAX) { in AdvanceAddressToNextBranchInstruction()
5837 insn_offset, false /* ignore_calls*/, nullptr); in AdvanceAddressToNextBranchInstruction()
5842 if (branch_index > insn_offset) { in AdvanceAddressToNextBranchInstruction()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DThreadPlanStepRange.h53 size_t &insn_offset);