Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDdwarf2out.c4156 static dw_loc_descr_ref loc_descriptor_from_tree_1 (tree, int);
9138 loc_descriptor_from_tree_1 (tree loc, int want_address) in loc_descriptor_from_tree_1() function
9176 return loc_descriptor_from_tree_1 (TREE_OPERAND (loc, 0), 1); in loc_descriptor_from_tree_1()
9216 return loc_descriptor_from_tree_1 (DECL_VALUE_EXPR (loc), in loc_descriptor_from_tree_1()
9262 ret = loc_descriptor_from_tree_1 (TREE_OPERAND (loc, 0), 0); in loc_descriptor_from_tree_1()
9267 return loc_descriptor_from_tree_1 (TREE_OPERAND (loc, 1), want_address); in loc_descriptor_from_tree_1()
9275 return loc_descriptor_from_tree_1 (TREE_OPERAND (loc, 0), want_address); in loc_descriptor_from_tree_1()
9294 ret = loc_descriptor_from_tree_1 (obj, 1); in loc_descriptor_from_tree_1()
9302 add_loc_descr (&ret, loc_descriptor_from_tree_1 (offset, 0)); in loc_descriptor_from_tree_1()
9392 ret = loc_descriptor_from_tree_1 (TREE_OPERAND (loc, 0), 0); in loc_descriptor_from_tree_1()
[all …]
HDChangeLog-20061234 * dwarf2out.c (loc_descriptor_from_tree_1): Don't do anything for
1742 * dwarf2out.c (loc_descriptor_from_tree_1): Handle
15130 * dwarf2out.c (loc_descriptor_from_tree_1): Don't set unsignedp
16580 * dwarf2out.c (loc_descriptor_from_tree_1): Don't add
HDChangeLog-20059060 (loc_descriptor_from_tree_1): Use containing_function_has_frame_base
13459 * drawf2out (loc_descriptor_from_tree_1): Likewise.
15531 (loc_descriptor_from_tree_1) <VAR_DECL>: Likewise.
16104 * dwarf2out.c (loc_descriptor_from_tree_1): Ditto.
22552 dwarf2out.c (loc_descriptor_from_tree_1,
34021 (loc_descriptor_from_tree_1): Ditto.
HDChangeLog-2004470 * dwarf2out.c (loc_descriptor_from_tree_1): Likewise.
8636 * dwarf2out.c (loc_descriptor_from_tree_1): Handle FIX_*_EXPR.
14621 mem_loc_descriptor, loc_descriptor, loc_descriptor_from_tree_1,
19779 (loc_descriptor_from_tree_1): Rename from loc_descriptor_from_tree.