Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp816 const addr_t current_func_text_offset, in local_branch_p() argument
822 addr_t next_pc_value = current_func_text_offset + instruction_length; in local_branch_p()
823 if (offset < 0 && addr_t(-offset) > current_func_text_offset) { in local_branch_p()
843 const addr_t current_func_text_offset, in non_local_branch_p() argument
927 addr_t current_func_text_offset = 0; in GetNonCallSiteUnwindPlanFromAssembly() local
938 row->SetOffset(current_func_text_offset); in GetNonCallSiteUnwindPlanFromAssembly()
974 while (current_func_text_offset < size) { in GetNonCallSiteUnwindPlanFromAssembly()
983 m_cur_insn = data + current_func_text_offset; in GetNonCallSiteUnwindPlanFromAssembly()
1294 if (current_func_text_offset + insn_len < size) { in GetNonCallSiteUnwindPlanFromAssembly()
1295 row->SetOffset(current_func_text_offset + insn_len); 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,