Searched refs:branch_index (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepRange.cpp335 uint32_t branch_index = local
343 if (branch_index == UINT32_MAX) {
352 } else if (branch_index - pc_index > 1) {
354 instructions->GetInstructionAtIndex(branch_index)->GetAddress();
H A DProcess.cpp5794 uint32_t branch_index =
5798 if (branch_index == UINT32_MAX) {
5802 if (branch_index > insn_offset) {
5804 insn_list->GetInstructionAtIndex(branch_index)->GetAddress();

Completed in 106 milliseconds