Home
last modified time | relevance | path

Searched refs:optgroup_flags (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddumpfile.cc216 dump_kind dkind, optgroup_flags_t optgroup_flags, in dump_register() argument
246 m_extra_dump_files[count].optgroup_flags = optgroup_flags; in dump_register()
1743 opt_info_enable_passes (optgroup_flags_t optgroup_flags, dump_flags_t flags, in opt_info_enable_passes() argument
1748 m_optgroup_flags = optgroup_flags; in opt_info_enable_passes()
1771 if (!(dfi->optgroup_flags & m_optgroup_flags)) in update_dfi_for_opt_info()
1938 optgroup_flags_t *optgroup_flags, char **filename) in opt_info_switch_p_1() argument
1953 *optgroup_flags = OPTGROUP_NONE; in opt_info_switch_p_1()
1989 *optgroup_flags |= option_ptr->value; in opt_info_switch_p_1()
2020 optgroup_flags_t optgroup_flags; in opt_info_switch_p() local
2025 if (!opt_info_switch_p_1 (arg, &flags, &optgroup_flags, &filename)) in opt_info_switch_p()
[all …]
Ddumpfile.h318 optgroup_flags_t optgroup_flags; member
681 dump_kind dkind, optgroup_flags_t optgroup_flags,
745 opt_info_enable_passes (optgroup_flags_t optgroup_flags, dump_flags_t flags,
Dpasses.cc831 optgroup_flags_t optgroup_flags = OPTGROUP_NONE; in register_one_dump_file() local
852 optgroup_flags |= OPTGROUP_IPA; in register_one_dump_file()
867 optgroup_flags |= pass->optinfo_flags; in register_one_dump_file()
871 if (optgroup_flags == OPTGROUP_NONE) in register_one_dump_file()
872 optgroup_flags = OPTGROUP_OTHER; in register_one_dump_file()
874 optgroup_flags, in register_one_dump_file()
DChangeLog-201820159 than int for "optgroup_flags" param.
20165 rather than int for "optgroup_flags" param. Use TDF_NONE rather
20167 (opt_info_switch_p_1): Convert "optgroup_flags" param from int *
20171 (opt_info_switch_p): Convert optgroup_flags from int to
20193 dump_flags_t. Convert field "optgroup_flags" to
20198 (dump_register): Convert param "optgroup_flags" to
20210 local "optgroup_flags" to optgroup_flags_t.
20214 * tree-pass.h (struct pass_data): Convert field "optgroup_flags"
DChangeLog-20125501 (dump_register): Handle additional parameter for optgroup_flags.
5503 optgroup_flags. Fix documentation.
5505 (opt_info_switch_p): Handle optgroup_flags. Warn on multiple files.
5506 * dumpfile.h (dump_register): Additional argument for optgroup_flags.
5508 (struct dump_file_info): Add field for optgroup_flags.
5515 * passes.c (register_one_dump_file): Add argument for optgroup_flags.