Searched refs:ucompare_loc_descriptor (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | dwarf2out.c | 10986 ucompare_loc_descriptor (enum dwarf_location_atom op, rtx rtl, in ucompare_loc_descriptor() function 12257 mem_loc_result = ucompare_loc_descriptor (DW_OP_ge, rtl, mem_mode); in mem_loc_descriptor() 12261 mem_loc_result = ucompare_loc_descriptor (DW_OP_gt, rtl, mem_mode); in mem_loc_descriptor() 12265 mem_loc_result = ucompare_loc_descriptor (DW_OP_le, rtl, mem_mode); in mem_loc_descriptor() 12269 mem_loc_result = ucompare_loc_descriptor (DW_OP_lt, rtl, mem_mode); in mem_loc_descriptor()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | dwarf2out.c | 14822 ucompare_loc_descriptor (enum dwarf_location_atom op, rtx rtl, in ucompare_loc_descriptor() function 16205 mem_loc_result = ucompare_loc_descriptor (DW_OP_ge, rtl, mem_mode); in mem_loc_descriptor() 16209 mem_loc_result = ucompare_loc_descriptor (DW_OP_gt, rtl, mem_mode); in mem_loc_descriptor() 16213 mem_loc_result = ucompare_loc_descriptor (DW_OP_le, rtl, mem_mode); in mem_loc_descriptor() 16217 mem_loc_result = ucompare_loc_descriptor (DW_OP_lt, rtl, mem_mode); in mem_loc_descriptor()
|