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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepRange.cpp326 size_t pc_index; local
329 GetInstructionsForAddress(cur_addr, range_index, pc_index);
336 instructions->GetIndexOfNextBranchInstruction(pc_index, target,
345 if (last_index - pc_index > 1) {
352 } else if (branch_index - pc_index > 1) {

Completed in 103 milliseconds