Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.h125 lldb::addr_t &target_insn_offset);
H A Dx86AssemblyInspectionEngine.cpp804 addr_t &target_insn_offset) { in local_branch_p() argument
817 target_insn_offset = next_pc_value + offset; in local_branch_p()
832 addr_t target_insn_offset; in non_local_branch_p() local
834 … return !local_branch_p(current_func_text_offset,func_range,instruction_length,target_insn_offset); in non_local_branch_p()