Searched refs:target_attr (Results 1 – 2 of 2) sorted by relevance
9813 struct attribute *target_attr; in read_call_site_scope() local9816 target_attr = dwarf2_attr (target_die, DW_AT_linkage_name, target_cu); in read_call_site_scope()9817 if (target_attr == NULL) in read_call_site_scope()9818 target_attr = dwarf2_attr (target_die, DW_AT_MIPS_linkage_name, in read_call_site_scope()9820 if (target_attr != NULL && DW_STRING (target_attr) != NULL) in read_call_site_scope()9821 target_physname = DW_STRING (target_attr); in read_call_site_scope()
1626 const char *target_attr = (is_gimple_omp_offloaded (ctx->stmt) in create_omp_child_function() local1630 = tree_cons (get_identifier (target_attr), in create_omp_child_function()