Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.h122 bool local_branch_p (const lldb::addr_t current_func_text_offset,
H A Dx86AssemblyInspectionEngine.cpp800 bool x86AssemblyInspectionEngine::local_branch_p ( in local_branch_p() function in x86AssemblyInspectionEngine
834 … return !local_branch_p(current_func_text_offset,func_range,instruction_length,target_insn_offset); in non_local_branch_p()