Home
last modified time | relevance | path

Searched refs:object_offset_in_bytes (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDdwarf2out.c19130 offset_int object_offset_in_bytes; in field_byte_offset() local
19227 object_offset_in_bytes in field_byte_offset()
19231 *cst_offset = object_offset_in_bytes.to_shwi (); in field_byte_offset()
19234 tree_result = wide_int_to_tree (sizetype, object_offset_in_bytes); in field_byte_offset()
21136 HOST_WIDE_INT object_offset_in_bytes; in add_bit_offset_attribute() local
21143 field_byte_offset (decl, ctx, &object_offset_in_bytes); in add_bit_offset_attribute()
21162 highest_order_object_bit_offset = object_offset_in_bytes * BITS_PER_UNIT; in add_bit_offset_attribute()
/dragonfly/contrib/gcc-4.7/gcc/
HDdwarf2out.c14093 double_int object_offset_in_bytes; in field_byte_offset() local
14212 object_offset_in_bytes in field_byte_offset()
14216 return double_int_to_shwi (object_offset_in_bytes); in field_byte_offset()
15818 HOST_WIDE_INT object_offset_in_bytes = field_byte_offset (decl); in add_bit_offset_attribute() local
15842 highest_order_object_bit_offset = object_offset_in_bytes * BITS_PER_UNIT; in add_bit_offset_attribute()