Searched refs:current_func_text_offset (Results 1 – 2 of 2) sorted by relevance
816 const addr_t current_func_text_offset, in local_branch_p() argument822 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() argument927 addr_t current_func_text_offset = 0; in GetNonCallSiteUnwindPlanFromAssembly() local938 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 …]
119 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,