Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/
Ddwarf2out.c4150 static dw_loc_descr_ref int_loc_descriptor (HOST_WIDE_INT);
8735 int_loc_descriptor (HOST_WIDE_INT i) in int_loc_descriptor() function
9011 mem_loc_result = int_loc_descriptor (INTVAL (rtl)); in mem_loc_descriptor()
9222 ret = int_loc_descriptor (val); in loc_descriptor_from_tree_1()
9301 add_loc_descr (&ret, int_loc_descriptor (bytepos)); in loc_descriptor_from_tree_1()
9311 ret = int_loc_descriptor (tree_low_cst (loc, 0)); in loc_descriptor_from_tree_1()
9793 tmp = int_loc_descriptor (-offset); in add_data_member_location_attribute()
DChangeLog-20004914 (int_loc_descriptor): New.
4916 Use DW_OP_plus_uconst when possible. Use int_loc_descriptor.