Home
last modified time | relevance | path

Searched refs:loc_list (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddwarf2out.cc3622 dw_loc_list_ref loc_list; member
4981 add_AT_loc_list (dw_die_ref die, enum dwarf_attribute attr_kind, dw_loc_list_ref loc_list) in add_AT_loc_list() argument
4991 attr.dw_attr_val.v.val_loc_list = loc_list; in add_AT_loc_list()
17691 dw_loc_list (var_loc_list *loc_list, tree decl, int want_address) in dw_loc_list() argument
17718 if (loc_list->last_before_switch == NULL) in dw_loc_list()
17726 for (node = loc_list->first; node; node = node->next) in dw_loc_list()
17754 if (node == loc_list->last_before_switch in dw_loc_list()
17755 && (node != loc_list->first || loc_list->first->next in dw_loc_list()
17787 && node == loc_list->first in dw_loc_list()
17797 && node == loc_list->last_before_switch) in dw_loc_list()
[all …]
Ddwarf2cfi.cc934 struct dw_loc_descr_node *loc_list; in def_cfa_0() local
937 loc_list = build_cfa_loc (new_cfa, 0); in def_cfa_0()
938 cfi->dw_cfi_oprnd1.dw_cfi_loc = loc_list; in def_cfa_0()
DChangeLog-2009503 (resolve_addr): Remove unresolved attributes and loc_list entries.
516 (loc_list_from_tree): Don't use DECL_RTL if loc_list is nonempty.
DChangeLog-20175834 set in_cold_section_p to the partition containing loc_list->first.
5835 When seeing loc_list->last_before_switch node, update secname and
DChangeLog-20059052 locations gathered by var-tracking in single entry loc_list
DChangeLog-201827921 * dwarf2out.c (dw_loc_list): If list && loc_list->first->next, call
DChangeLog-201033978 loc_list->first->next is NULL instead of comparing ->first with ->last.