OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dump_kind
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
optinfo.cc
117
dump_flags_t
dump_kind
= optinfo_kind_to_dump_flag (get_kind ());
local
118
dump_kind
|= MSG_PRIORITY_REEMITTED;
121
dump_context::get ().dump_loc_immediate (
dump_kind
, get_user_location ());
125
dump_context::get ().emit_item (item,
dump_kind
);
131
/* Update the optinfo's kind based on
DUMP_KIND
. */
134
optinfo::handle_dump_file_kind (dump_flags_t
dump_kind
)
139
if (
dump_kind
& MSG_OPTIMIZED_LOCATIONS)
141
else if (
dump_kind
& MSG_MISSED_OPTIMIZATION)
143
else if (
dump_kind
& MSG_NOTE)
dumpfile.h
63
enum
dump_kind
enum
312
dump_kind
dkind;
678
dump_kind
dkind, optgroup_flags_t optgroup_flags,
739
dump_enable_all (
dump_kind
dkind, dump_flags_t flags, const char *filename);
/src/external/gpl3/gcc.old/dist/gcc/
optinfo.cc
117
dump_flags_t
dump_kind
= optinfo_kind_to_dump_flag (get_kind ());
local
118
dump_kind
|= MSG_PRIORITY_REEMITTED;
121
dump_context::get ().dump_loc_immediate (
dump_kind
, get_user_location ());
125
dump_context::get ().emit_item (item,
dump_kind
);
131
/* Update the optinfo's kind based on
DUMP_KIND
. */
134
optinfo::handle_dump_file_kind (dump_flags_t
dump_kind
)
139
if (
dump_kind
& MSG_OPTIMIZED_LOCATIONS)
141
else if (
dump_kind
& MSG_MISSED_OPTIMIZATION)
143
else if (
dump_kind
& MSG_NOTE)
dumpfile.h
63
enum
dump_kind
enum
312
dump_kind
dkind;
681
dump_kind
dkind, optgroup_flags_t optgroup_flags,
742
dump_enable_all (
dump_kind
dkind, dump_flags_t flags, const char *filename);
Completed in 20 milliseconds
Indexes created Thu Apr 02 00:23:07 UTC 2026