Home
last modified time | relevance | path

Searched refs:DW_AT_decl_column (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/gcc-4.7/include/
H A Ddwarf2.h243 DW_AT_decl_column = 0x39, enumerator
/dragonfly/contrib/gdb-7/include/
H A Ddwarf2.def255 DW_AT (DW_AT_decl_column, 0x39)
/dragonfly/contrib/binutils-2.27/include/
H A Ddwarf2.def255 DW_AT (DW_AT_decl_column, 0x39)
/dragonfly/contrib/binutils-2.34/include/
H A Ddwarf2.def281 DW_AT (DW_AT_decl_column, 0x39)
/dragonfly/contrib/gcc-8.0/include/
H A Ddwarf2.def273 DW_AT (DW_AT_decl_column, 0x39)
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddwarf2out.c6760 case DW_AT_decl_column: in check_die()
21314 add_AT_unsigned (die, DW_AT_decl_column, s.column); in add_src_coords_attributes()
22900 || (get_AT_unsigned (old_die, DW_AT_decl_column) in gen_subprogram_die()
22930 && (get_AT_unsigned (old_die, DW_AT_decl_column) in gen_subprogram_die()
22932 add_AT_unsigned (subr_die, DW_AT_decl_column, s.column); in gen_subprogram_die()
23842 && (get_AT_unsigned (old_die, DW_AT_decl_column) in gen_variable_die()
23844 add_AT_unsigned (var_die, DW_AT_decl_column, s.column); in gen_variable_die()
26713 add_AT_unsigned (imported_die, DW_AT_decl_column, xloc.column); in dwarf2out_imported_module_or_decl_1()
29516 || prev->dw_attr == DW_AT_decl_column in move_linkage_attr()
H A Dcommon.opt2913 Record DW_AT_decl_column and DW_AT_call_column in DWARF.
/dragonfly/contrib/gcc-4.7/gcc/
H A Ddwarf2out.c3949 case DW_AT_decl_column: in dwarf_attr_name()