Home
last modified time | relevance | path

Searched refs:ICFLevel (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lld/ELF/
DConfig.h47 enum class ICFLevel { None, Safe, All }; enum
246 ICFLevel icf;
DDriver.cpp348 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()
DInputFiles.cpp594 else if (config->icf == ICFLevel::Safe) in initializeSections()