Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp801 const addr_t current_func_text_offset, in local_branch_p() argument
807 addr_t next_pc_value = current_func_text_offset + instruction_length; in local_branch_p()
808 if (offset < 0 && addr_t(-offset) > current_func_text_offset) { in local_branch_p()
828 const addr_t current_func_text_offset, in non_local_branch_p() argument
834 … return !local_branch_p(current_func_text_offset,func_range,instruction_length,target_insn_offset); in non_local_branch_p()
915 addr_t current_func_text_offset = 0; in GetNonCallSiteUnwindPlanFromAssembly() local
926 row->SetOffset(current_func_text_offset); in GetNonCallSiteUnwindPlanFromAssembly()
962 while (current_func_text_offset < size) { in GetNonCallSiteUnwindPlanFromAssembly()
971 m_cur_insn = data + current_func_text_offset; in GetNonCallSiteUnwindPlanFromAssembly()
972 if (!instruction_length(m_cur_insn, insn_len, size - current_func_text_offset) in GetNonCallSiteUnwindPlanFromAssembly()
[all …]
H A Dx86AssemblyInspectionEngine.h119 bool non_local_branch_p (const lldb::addr_t current_func_text_offset,
122 bool local_branch_p (const lldb::addr_t current_func_text_offset,