Home
last modified time | relevance | path

Searched refs:dump_context (Results 1 – 14 of 14) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddumpfile.cc76 dump_context::get ().refresh_dumps_are_enabled (); in set_dump_file()
87 dump_context::get ().refresh_dumps_are_enabled (); in set_alt_dump_file()
528 dump_context::~dump_context () in ~dump_context()
534 dump_context::set_json_writer (optrecord_json_writer *writer) in set_json_writer()
545 dump_context::finish_any_json_writer () in finish_any_json_writer()
559 dump_context::refresh_dumps_are_enabled () in refresh_dumps_are_enabled()
572 dump_context::apply_dump_filter_p (dump_flags_t dump_kind, in apply_dump_filter_p()
598 dump_context::dump_loc (const dump_metadata_t &metadata, in dump_loc()
612 dump_context::dump_loc_immediate (dump_flags_t dump_kind, in dump_loc_immediate()
648 dump_context::dump_gimple_stmt (const dump_metadata_t &metadata, in dump_gimple_stmt()
[all …]
Ddump-context.h43 class dump_context
49 static dump_context &get () { return *s_current; } in get()
51 ~dump_context ();
150 static dump_context *s_current;
153 static dump_context s_default;
164 dump_pretty_printer (dump_context *context, dump_flags_t dump_kind);
195 dump_context *m_context;
211 dump_context m_context;
212 dump_context *m_saved;
240 dump_context m_context;
[all …]
Doptinfo.cc121 dump_context::get ().dump_loc_immediate (dump_kind, get_user_location ()); in emit_for_opt_problem()
125 dump_context::get ().emit_item (item, dump_kind); in emit_for_opt_problem()
128 dump_context::get ().emit_optinfo (this); in emit_for_opt_problem()
153 return dump_context::get ().optimization_records_enabled_p (); in optinfo_wants_inlining_info_p()
Dopt-problem.cc56 dump_context &dc = dump_context::get (); in opt_problem()
63 dump_pretty_printer pp (&dump_context::get (), MSG_MISSED_OPTIMIZATION); in opt_problem()
Doptinfo.h89 class dump_context; variable
95 friend class dump_context; variable
Dtoplev.cc490 dump_context::get ().finish_any_json_writer (); in compile_file()
2077 dump_context::get ().set_json_writer (new optrecord_json_writer ()); in do_compile()
DChangeLog-20182712 * dump-context.h (dump_context::dump_loc): Convert 1st param from
2715 (dump_context::dump_loc_immediate): Convert 2nd param from
2717 (dump_context::dump_gimple_stmt): Convert 1st param from
2719 (dump_context::void dump_gimple_stmt_loc): Likewise; convert
2722 (dump_context::dump_gimple_expr): Convert 1st param from
2724 (dump_context::dump_gimple_expr_loc): Likewise; convert
2727 (dump_context::dump_generic_expr): Convert 1st param from
2729 (dump_context::dump_generic_expr_loc): Likewise; convert
2732 (dump_context::dump_printf_va): Convert 1st param from
2734 (dump_context::dump_printf_loc_va): Likewise; convert
[all …]
DChangeLog-20203170 (dump_context::begin_scope): Same.
21299 (dump_context): Make it friend.
25162 Don't construct a dump_context temporary to call static method.
/netbsd/src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
Dvchiq_core.h578 vchiq_dump_state(void *dump_context, VCHIQ_STATE_T *state);
581 vchiq_dump_service_state(void *dump_context, VCHIQ_SERVICE_T *service);
659 vchiq_dump(void *dump_context, const char *str, int len);
662 vchiq_dump_platform_state(void *dump_context);
665 vchiq_dump_platform_instances(void *dump_context);
668 vchiq_dump_platform_service_state(void *dump_context,
Dvchiq_core.c3670 vchiq_dump_shared_state(void *dump_context, VCHIQ_STATE_T *state, in vchiq_dump_shared_state() argument
3694 vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state()
3698 vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state()
3706 vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state()
3713 vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state()
3718 vchiq_dump_state(void *dump_context, VCHIQ_STATE_T *state) in vchiq_dump_state() argument
3726 vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state()
3736 vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state()
3741 vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state()
3749 vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state()
[all …]
Dvchiq_2835_arm.c534 vchiq_dump_platform_state(void *dump_context) in vchiq_dump_platform_state() argument
540 vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_platform_state()
Dvchiq_arm.c1350 vchiq_dump(void *dump_context, const char *str, int len) in vchiq_dump() argument
1352 DUMP_CONTEXT_T *context = (DUMP_CONTEXT_T *)dump_context; in vchiq_dump()
1388 vchiq_dump_platform_instances(void *dump_context) in vchiq_dump_platform_instances() argument
1426 vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_platform_instances()
1441 vchiq_dump_platform_service_state(void *dump_context, VCHIQ_SERVICE_T *service) in vchiq_dump_platform_service_state() argument
1462 vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_platform_service_state()
/netbsd/src/external/gpl3/gdb/dist/gdb/cli/
Dcli-dump.c327 struct dump_context struct
336 struct dump_context *d = (struct dump_context *) c->context (); in call_dump_func() argument
348 struct dump_context *d; in add_dump_command()
352 d = XNEW (struct dump_context); in add_dump_command()
360 d = XNEW (struct dump_context); in add_dump_command()
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-20176946 (struct dump_context) <func>: Constify.
14818 (struct dump_context): Constify.