Home | History | Annotate | Download | only in gcc

Lines Matching full:dump_pretty_printer

795 /* dump_pretty_printer's ctor.  */
797 dump_pretty_printer::dump_pretty_printer (dump_context *context,
819 dump_pretty_printer::emit_items (optinfo *dest)
856 /* Subroutine of dump_pretty_printer::emit_items
861 dump_pretty_printer::emit_any_pending_textual_chunks (optinfo *dest)
885 dump_pretty_printer::emit_item (optinfo_item *item, optinfo *dest)
898 dump_pretty_printer::stash_item (const char **buffer_ptr, optinfo_item *item)
906 /* pp_format_decoder callback for dump_pretty_printer, and thus for
912 dump_pretty_printer::format_decoder_cb (pretty_printer *pp, text_info *text,
918 dump_pretty_printer *opp = static_cast <dump_pretty_printer *> (pp);
922 /* Format decoder for dump_pretty_printer, and thus for dump_printf and
945 dump_pretty_printer::decode_format (text_info *text, const char *spec,
1003 dump_pretty_printer pp (this, metadata.get_dump_flags ());