Searched refs:ICFLevel (Results 1 – 3 of 3) sorted by relevance
47 enum class ICFLevel { None, Safe, All }; enum246 ICFLevel icf;
348 if (config->icf != ICFLevel::None) in checkOptions()688 static ICFLevel getICF(opt::InputArgList &args) { in getICF()691 return ICFLevel::None; in getICF()693 return ICFLevel::Safe; in getICF()694 return ICFLevel::All; in getICF()1735 if (config->icf == ICFLevel::Safe || !(d->section->flags & SHF_EXECINSTR)) in markAddrsig()1756 if (config->icf == ICFLevel::All && config->ignoreDataAddressEquality) in findKeepUniqueSections()2336 if (config->icf != ICFLevel::None) { in link()
594 else if (config->icf == ICFLevel::Safe) in initializeSections()