HomeSort by: relevance | last modified time | path
    Searched defs:dump_context (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
dump-context.h 43 class dump_context class
49 static dump_context &get () { return *s_current; }
51 ~dump_context ();
149 /* The currently active dump_context, for use by the dump_* API calls. */
150 static dump_context *s_current;
153 static dump_context s_default;
156 /* A subclass of pretty_printer for implementing dump_context::dump_printf_va.
164 dump_pretty_printer (dump_context *context, dump_flags_t dump_kind);
195 dump_context *m_context;
201 different dump_context. It enables full details and outputs t
    [all...]
dumpfile.cc 76 dump_context::get ().refresh_dumps_are_enabled ();
87 dump_context::get ().refresh_dumps_are_enabled ();
524 /* Implementation of dump_context member functions. */
526 /* dump_context's dtor. */
528 dump_context::~dump_context ()
534 dump_context::set_json_writer (optrecord_json_writer *writer)
545 dump_context::finish_any_json_writer ()
556 or alt_dump_file change, or when changing dump_context in selftests. */
559 dump_context::refresh_dumps_are_enabled (
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dump-context.h 43 class dump_context class
49 static dump_context &get () { return *s_current; }
51 ~dump_context ();
149 /* The currently active dump_context, for use by the dump_* API calls. */
150 static dump_context *s_current;
153 static dump_context s_default;
156 /* A subclass of pretty_printer for implementing dump_context::dump_printf_va.
164 dump_pretty_printer (dump_context *context, dump_flags_t dump_kind);
195 dump_context *m_context;
201 different dump_context. It enables full details and outputs t
    [all...]
dumpfile.cc 76 dump_context::get ().refresh_dumps_are_enabled ();
87 dump_context::get ().refresh_dumps_are_enabled ();
524 /* Implementation of dump_context member functions. */
526 /* dump_context's dtor. */
528 dump_context::~dump_context ()
534 dump_context::set_json_writer (optrecord_json_writer *writer)
545 dump_context::finish_any_json_writer ()
556 or alt_dump_file change, or when changing dump_context in selftests. */
559 dump_context::refresh_dumps_are_enabled (
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-dump.c 327 struct dump_context struct
336 struct dump_context *d = (struct dump_context *) c->context ();
348 struct dump_context *d;
352 d = XNEW (struct dump_context);
360 d = XNEW (struct dump_context);
  /src/external/gpl3/gdb/dist/gdb/cli/
cli-dump.c 327 struct dump_context struct
336 struct dump_context *d = (struct dump_context *) c->context ();
348 struct dump_context *d;
352 d = XNEW (struct dump_context);
360 d = XNEW (struct dump_context);

Completed in 77 milliseconds