Searched refs:add_bit_offset_attribute (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | dwarf2out.cc | 3919 static void add_bit_offset_attribute (dw_die_ref, tree); 21806 add_bit_offset_attribute (dw_die_ref die, tree decl) in add_bit_offset_attribute() function 25033 add_bit_offset_attribute (decl_die, decl); in gen_field_die()
|
H A D | ChangeLog-1997 | 1278 (add_child_die, modified_type_die, add_bit_offset_attribute): Likewise.
|
H A D | ChangeLog-2020 | 23520 (add_bit_offset_attribute): Remove CTX parameter. Pass a new context 23522 (gen_field_die): Adjust call to add_bit_offset_attribute and remove
|
H A D | ChangeLog-2015 | 828 (add_bit_offset_attribute): Change signature to handle 835 records. Update calls to add_bit_offset_attribute and
|
H A D | ChangeLog-2000 | 25092 (add_bit_offset_attribute): Likewise.
|
H A D | ChangeLog-2011 | 35344 * dwarf2out.c (add_bit_offset_attribute): If bit_offset is negative,
|
H A D | ChangeLog-2004 | 14625 add_bit_offset_attribute, add_bit_size_attribute,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | dwarf2out.c | 3831 static inline void add_bit_offset_attribute (dw_die_ref, tree, 21130 add_bit_offset_attribute (dw_die_ref die, tree decl, struct vlr_context *ctx) in add_bit_offset_attribute() function 24335 add_bit_offset_attribute (decl_die, decl, ctx); in gen_field_die()
|