HomeSort by: relevance | last modified time | path
    Searched defs:loc_list (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
dwarf2cfi.cc 937 struct dw_loc_descr_node *loc_list;
940 loc_list = build_cfa_loc (new_cfa, 0);
941 cfi->dw_cfi_oprnd1.dw_cfi_loc = loc_list;
934 struct dw_loc_descr_node *loc_list; local
dwarf2out.cc 3625 dw_loc_list_ref loc_list;
5004 add_AT_loc_list (dw_die_ref die, enum dwarf_attribute attr_kind, dw_loc_list_ref loc_list)
5014 attr.dw_attr_val.v.val_loc_list = loc_list;
10330 /* Determine whether or not to skip loc_list entry CURR. If SIZEP is
17785 /* Return the dwarf representation of the location list LOC_LIST of
17790 dw_loc_list (var_loc_list *loc_list, tree decl, int want_address)
17817 if (loc_list->last_before_switch == NULL)
17825 for (node = loc_list->first; node; node = node->next)
17853 if (node == loc_list->last_before_switch
17854 && (node != loc_list->first || loc_list->first->nex
3620 dw_loc_list_ref loc_list; variable
19022 var_loc_list *loc_list = lookup_decl_loc (loc); local
20918 var_loc_list *loc_list; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2cfi.cc 937 struct dw_loc_descr_node *loc_list;
940 loc_list = build_cfa_loc (new_cfa, 0);
941 cfi->dw_cfi_oprnd1.dw_cfi_loc = loc_list;
934 struct dw_loc_descr_node *loc_list; local
dwarf2out.cc 3627 dw_loc_list_ref loc_list;
4989 add_AT_loc_list (dw_die_ref die, enum dwarf_attribute attr_kind, dw_loc_list_ref loc_list)
4999 attr.dw_attr_val.v.val_loc_list = loc_list;
10288 /* Determine whether or not to skip loc_list entry CURR. If SIZEP is
17699 /* Return the dwarf representation of the location list LOC_LIST of
17704 dw_loc_list (var_loc_list *loc_list, tree decl, int want_address)
17731 if (loc_list->last_before_switch == NULL)
17739 for (node = loc_list->first; node; node = node->next)
17767 if (node == loc_list->last_before_switch
17768 && (node != loc_list->first || loc_list->first->nex
3622 dw_loc_list_ref loc_list; variable
18936 var_loc_list *loc_list = lookup_decl_loc (loc); local
20821 var_loc_list *loc_list; local
    [all...]

Completed in 94 milliseconds