Searched refs:optgroup_flags (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Ddumpfile.h116 int optgroup_flags; /* optgroup flags for -fopt-info */ member in struct:dump_file_info
178 int flags, int optgroup_flags,
235 opt_info_enable_passes (int optgroup_flags, int flags, const char *filename);
H A Ddumpfile.c186 int flags, int optgroup_flags,
209 m_extra_dump_files[count].optgroup_flags = optgroup_flags;
720 opt_info_enable_passes (int optgroup_flags, int flags, const char *filename) argument
727 if ((dump_files[i].optgroup_flags & optgroup_flags))
745 if ((m_extra_dump_files[i].optgroup_flags & optgroup_flags))
868 /* Parse ARG as a -fopt-info switch and store flags, optgroup_flags
872 opt_info_switch_p_1 (const char *arg, int *flags, int *optgroup_flags, argument
185 dump_register(const char *suffix, const char *swtch, const char *glob, int flags, int optgroup_flags, bool take_ownership) argument
951 int optgroup_flags; local
[all...]
H A Dpasses.c754 int optgroup_flags = OPTGROUP_NONE;
775 optgroup_flags |= OPTGROUP_IPA;
790 optgroup_flags |= pass->optinfo_flags;
794 if (optgroup_flags == OPTGROUP_NONE)
795 optgroup_flags = OPTGROUP_OTHER;
797 optgroup_flags,
753 int optgroup_flags = OPTGROUP_NONE; local

Completed in 3208 milliseconds