Searched refs:loc_descriptor_from_tree_1 (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2out.c4160 static dw_loc_descr_ref loc_descriptor_from_tree_1 (tree, int);
9140 loc_descriptor_from_tree_1 (tree loc, int want_address)
9178 return loc_descriptor_from_tree_1 (TREE_OPERAND (loc, 0), 1);
9218 return loc_descriptor_from_tree_1 (DECL_VALUE_EXPR (loc),
9264 ret = loc_descriptor_from_tree_1 (TREE_OPERAND (loc, 0), 0);
9269 return loc_descriptor_from_tree_1 (TREE_OPERAND (loc, 1), want_address);
9277 return loc_descriptor_from_tree_1 (TREE_OPERAND (loc, 0), want_address);
9296 ret = loc_descriptor_from_tree_1 (obj, 1);
9304 add_loc_descr (&ret, loc_descriptor_from_tree_1 (offset, 0));
9394 ret = loc_descriptor_from_tree_1 (TREE_OPERAN
9128 loc_descriptor_from_tree_1 (tree loc, int want_address) function
[all...]

Completed in 70 milliseconds