Home
last modified time | relevance | path

Searched refs:comp_unit_die (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddwarf2out.cc4291 comp_unit_die (void) in comp_unit_die() function
4365 if (comp_unit_die ()->die_abbrev) in get_base_type_offset()
5541 unsigned int lang = get_AT_unsigned (comp_unit_die (), DW_AT_language); in is_c()
5554 unsigned int lang = get_AT_unsigned (comp_unit_die (), DW_AT_language); in is_cxx()
5579 unsigned int lang = get_AT_unsigned (comp_unit_die (), DW_AT_language); in is_fortran()
5608 unsigned int lang = get_AT_unsigned (comp_unit_die (), DW_AT_language); in is_ada()
5618 unsigned int lang = get_AT_unsigned (comp_unit_die (), DW_AT_language); in is_dlang()
6132 parent = comp_unit_die (); in maybe_create_die_with_external_ref()
6147 parent = comp_unit_die (); in maybe_create_die_with_external_ref()
6153 die = comp_unit_die (); in maybe_create_die_with_external_ref()
[all …]
H A DChangeLog-20103072 * dwarf2out.c (dwarf2out_finish): Use comp_unit_die as root
13344 (comp_unit_die): Rename to ...
13346 (comp_unit_die): New function lazily constructing and
H A DFSFChangeLog.119747 (modified_type_die): Modified types all go under comp_unit_die.
H A DChangeLog-199918705 * dwarf2out.c (scope_die_for): Set scope_die to comp_unit_die
H A DChangeLog-200932957 * dwarf2out.c (dwarf2out_finish): Force output of comp_unit_die
H A DChangeLog-20017395 Set comp_unit_die as context if not in function.
H A DChangeLog-201117336 (dwarf2out_finish): Fix up comp_unit_die () DW_AT_producer if needed.
H A DChangeLog-20133835 * dwarf2out.c (output_pubnames): Use comp_unit_die ()->die_offset
H A DChangeLog-201528199 comp_unit_die ().
H A DChangeLog-200411234 * dwarf2out.c (dwarf2out_finish): Set parent to comp_unit_die
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2out.c4204 comp_unit_die (void) in comp_unit_die() function
4278 if (comp_unit_die ()->die_abbrev) in get_base_type_offset()
5397 unsigned int lang = get_AT_unsigned (comp_unit_die (), DW_AT_language); in is_c()
5410 unsigned int lang = get_AT_unsigned (comp_unit_die (), DW_AT_language); in is_cxx()
5435 unsigned int lang = get_AT_unsigned (comp_unit_die (), DW_AT_language); in is_fortran()
5464 unsigned int lang = get_AT_unsigned (comp_unit_die (), DW_AT_language); in is_ada()
5474 unsigned int lang = get_AT_unsigned (comp_unit_die (), DW_AT_language); in is_dlang()
5986 parent = comp_unit_die (); in maybe_create_die_with_external_ref()
6001 parent = comp_unit_die (); in maybe_create_die_with_external_ref()
6007 die = comp_unit_die (); in maybe_create_die_with_external_ref()
[all …]
H A DFSFChangeLog.119747 (modified_type_die): Modified types all go under comp_unit_die.