HomeSort by: relevance | last modified time | path
    Searched defs:add_AT_int (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 3748 static void add_AT_int (dw_die_ref, enum dwarf_attribute, HOST_WIDE_INT);
4563 add_AT_int (dw_die_ref die, enum dwarf_attribute attr_kind, HOST_WIDE_INT int_val)
13377 add_AT_int (base_type_result, DW_AT_binary_scale,
13382 add_AT_int (base_type_result, DW_AT_decimal_scale,
20201 add_AT_int (die, DW_AT_data_member_location, offset);
20328 add_AT_int (die, DW_AT_const_value, val);
21053 add_AT_int (die, DW_AT_const_value, tree_to_shwi (init));
21483 add_AT_int (die, attr, TREE_INT_CST_LOW (value));
21964 add_AT_int (die, DW_AT_bit_offset, bit_offset);
22977 do we need to use add_AT_int to generate a constan
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 3750 static void add_AT_int (dw_die_ref, enum dwarf_attribute, HOST_WIDE_INT);
4563 add_AT_int (dw_die_ref die, enum dwarf_attribute attr_kind, HOST_WIDE_INT int_val)
13320 add_AT_int (base_type_result, DW_AT_binary_scale,
13325 add_AT_int (base_type_result, DW_AT_decimal_scale,
20114 add_AT_int (die, DW_AT_data_member_location, offset);
20241 add_AT_int (die, DW_AT_const_value, val);
20956 add_AT_int (die, DW_AT_const_value, tree_to_shwi (init));
21386 add_AT_int (die, attr, TREE_INT_CST_LOW (value));
21867 add_AT_int (die, DW_AT_bit_offset, bit_offset);
22861 do we need to use add_AT_int to generate a constan
    [all...]

Completed in 53 milliseconds