Home | History | Annotate | Download | only in gold

Lines Matching refs:icf

1144   DEFINE_enum(icf, options::TWO_DASHES, '\0', "none",
1146 "\'--icf=safe\' Folds ctors, dtors and functions whose"
1152 N_("Number of iterations of ICF (default 2)"), N_("COUNT"));
1159 N_("Do not fold this symbol during ICF"), N_("SYMBOL"));
1599 // Do not fold any functions (Default or --icf=none).
1601 // All functions are candidates for folding. (--icf=all).
1603 // Only ctors and dtors are candidates for folding. (--icf=safe).