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

/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2out.c2761 enum dwarf_location_atom dw_loc_opc;
3116 descr->dw_loc_opc = op;
3146 switch (loc->dw_loc_opc)
3263 if (l->dw_loc_opc == DW_OP_skip || l->dw_loc_opc == DW_OP_bra)
3287 switch (loc->dw_loc_opc)
3427 dw2_asm_output_data (1, loc->dw_loc_opc,
3428 "%s", dwarf_stack_op_name (loc->dw_loc_opc));
3517 enum dwarf_location_atom op = ptr->dw_loc_opc;
3605 dwarf_stack_op_name (ptr->dw_loc_opc));
2759 enum dwarf_location_atom dw_loc_opc; local
[all...]

Completed in 66 milliseconds