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

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 1685 dwarf_OP (enum dwarf_location_atom op)
4040 return (dwarf_split_debug_info ? dwarf_OP (DW_OP_constx)
4043 return dwarf_split_debug_info ? dwarf_OP (DW_OP_addrx) : DW_OP_addr;
15258 add_loc_descr (&op, new_loc_descr (dwarf_OP (DW_OP_convert), 0, 0));
15264 cvt = new_loc_descr (dwarf_OP (DW_OP_convert), 0, 0);
15303 cvt = new_loc_descr (dwarf_OP (DW_OP_convert), 0, 0);
15308 cvt = new_loc_descr (dwarf_OP (DW_OP_convert), 0, 0);
15558 cvt = new_loc_descr (dwarf_OP (DW_OP_convert), 0, 0);
15563 cvt = new_loc_descr (dwarf_OP (DW_OP_convert), 0, 0);
15609 cvt = new_loc_descr (dwarf_OP (DW_OP_convert), 0, 0)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 1687 dwarf_OP (enum dwarf_location_atom op)
4040 return (dwarf_split_debug_info ? dwarf_OP (DW_OP_constx)
4043 return dwarf_split_debug_info ? dwarf_OP (DW_OP_addrx) : DW_OP_addr;
15173 add_loc_descr (&op, new_loc_descr (dwarf_OP (DW_OP_convert), 0, 0));
15179 cvt = new_loc_descr (dwarf_OP (DW_OP_convert), 0, 0);
15218 cvt = new_loc_descr (dwarf_OP (DW_OP_convert), 0, 0);
15223 cvt = new_loc_descr (dwarf_OP (DW_OP_convert), 0, 0);
15473 cvt = new_loc_descr (dwarf_OP (DW_OP_convert), 0, 0);
15478 cvt = new_loc_descr (dwarf_OP (DW_OP_convert), 0, 0);
15524 cvt = new_loc_descr (dwarf_OP (DW_OP_convert), 0, 0)
    [all...]

Completed in 56 milliseconds