Searched refs:current_func_text_offset (Results 1 – 2 of 2) sorted by relevance
815 const addr_t current_func_text_offset, in local_branch_p() argument821 addr_t next_pc_value = current_func_text_offset + instruction_length; in local_branch_p()822 if (offset < 0 && addr_t(-offset) > current_func_text_offset) { in local_branch_p()842 const addr_t current_func_text_offset, in non_local_branch_p() argument926 addr_t current_func_text_offset = 0; in GetNonCallSiteUnwindPlanFromAssembly() local937 row->SetOffset(current_func_text_offset); in GetNonCallSiteUnwindPlanFromAssembly()973 while (current_func_text_offset < size) { in GetNonCallSiteUnwindPlanFromAssembly()982 m_cur_insn = data + current_func_text_offset; in GetNonCallSiteUnwindPlanFromAssembly()1293 if (current_func_text_offset + insn_len < size) { in GetNonCallSiteUnwindPlanFromAssembly()1294 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,