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

/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2out.c4063 static inline const char *AT_lbl (dw_attr_ref);
5306 AT_lbl (dw_attr_ref a)
5348 return a ? AT_lbl (a) : NULL;
5360 return a ? AT_lbl (a) : NULL;
5814 fprintf (outfile, "label: %s", AT_lbl (a));
7221 dw2_asm_output_addr (DWARF2_ADDR_SIZE, AT_lbl (a), "%s", name);
7225 dw2_asm_output_offset (DWARF_OFFSET_SIZE, AT_lbl (a),
7230 dw2_asm_output_offset (DWARF_OFFSET_SIZE, AT_lbl (a),
5299 AT_lbl (dw_attr_ref a) function

Completed in 123 milliseconds