Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp807 addr_t next_pc_value = current_func_text_offset + instruction_length; in local_branch_p() local
812 if (offset + next_pc_value > func_range.GetByteSize()) { in local_branch_p()
817 target_insn_offset = next_pc_value + offset; in local_branch_p()