Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/
H A Ddwarf2cfi.c849 struct dw_loc_descr_node *loc_list; in def_cfa_0() local
852 loc_list = build_cfa_loc (new_cfa, 0); in def_cfa_0()
853 cfi->dw_cfi_oprnd1.dw_cfi_loc = loc_list; in def_cfa_0()
H A Ddwarf2out.c3521 dw_loc_list_ref loc_list; member
17265 && (node != loc_list->first || loc_list->first->next in dw_loc_list()
17297 && node == loc_list->first in dw_loc_list()
17345 if (list && loc_list->first->next) in dw_loc_list()
18388 if (loc_list && loc_list->first) in loc_list_from_tree_1()
20196 var_loc_list *loc_list; in add_location_or_const_value_attribute() local
20224 if (loc_list in add_location_or_const_value_attribute()
20225 && loc_list->first in add_location_or_const_value_attribute()
20233 node = loc_list->first; in add_location_or_const_value_attribute()
20250 list = cache->loc_list; in add_location_or_const_value_attribute()
[all …]
H A Ddwarf2out.cc3622 dw_loc_list_ref loc_list; member
17755 && (node != loc_list->first || loc_list->first->next in dw_loc_list()
17787 && node == loc_list->first in dw_loc_list()
17835 if (list && loc_list->first->next) in dw_loc_list()
18938 if (loc_list && loc_list->first) in loc_list_from_tree_1()
20821 var_loc_list *loc_list; in add_location_or_const_value_attribute() local
20849 if (loc_list in add_location_or_const_value_attribute()
20850 && loc_list->first in add_location_or_const_value_attribute()
20858 node = loc_list->first; in add_location_or_const_value_attribute()
20875 list = cache->loc_list; in add_location_or_const_value_attribute()
[all …]
H A 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()
H A 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.
H A 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
H A DChangeLog-20059052 locations gathered by var-tracking in single entry loc_list
H A DChangeLog-201827921 * dwarf2out.c (dw_loc_list): If list && loc_list->first->next, call
H A DChangeLog-201033978 loc_list->first->next is NULL instead of comparing ->first with ->last.
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2cfi.c849 struct dw_loc_descr_node *loc_list; in def_cfa_0() local
852 loc_list = build_cfa_loc (new_cfa, 0); in def_cfa_0()
853 cfi->dw_cfi_oprnd1.dw_cfi_loc = loc_list; in def_cfa_0()
H A Ddwarf2out.c3521 dw_loc_list_ref loc_list; member
17265 && (node != loc_list->first || loc_list->first->next in dw_loc_list()
17297 && node == loc_list->first in dw_loc_list()
17345 if (list && loc_list->first->next) in dw_loc_list()
18388 if (loc_list && loc_list->first) in loc_list_from_tree_1()
20196 var_loc_list *loc_list; in add_location_or_const_value_attribute() local
20224 if (loc_list in add_location_or_const_value_attribute()
20225 && loc_list->first in add_location_or_const_value_attribute()
20233 node = loc_list->first; in add_location_or_const_value_attribute()
20250 list = cache->loc_list; in add_location_or_const_value_attribute()
[all …]