HomeSort by: relevance | last modified time | path
    Searched defs:l3jump (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 15660 dw_loc_descr_ref l3jump, l3label;
15722 l3jump = new_loc_descr (DW_OP_bra, 0, 0);
15723 add_loc_descr (&ret, l3jump);
15744 l3jump->dw_loc_oprnd1.val_class = dw_val_class_loc;
15745 l3jump->dw_loc_oprnd1.v.val_loc = l3label;
15647 dw_loc_descr_ref l3jump, l3label; local
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 15575 dw_loc_descr_ref l3jump, l3label;
15637 l3jump = new_loc_descr (DW_OP_bra, 0, 0);
15638 add_loc_descr (&ret, l3jump);
15659 l3jump->dw_loc_oprnd1.val_class = dw_val_class_loc;
15660 l3jump->dw_loc_oprnd1.v.val_loc = l3label;
15562 dw_loc_descr_ref l3jump, l3label; local

Completed in 64 milliseconds