reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lld/ELF/Config.h
  219   ICFLevel icf;
tools/lld/ELF/Driver.cpp
  333     if (config->icf != ICFLevel::None)
  595 static ICFLevel getICF(opt::InputArgList &args) {
  598     return ICFLevel::None;
  600     return ICFLevel::Safe;
  601   return ICFLevel::All;
 1453       if (config->icf == ICFLevel::Safe || !(d->section->flags & SHF_EXECINSTR))
 1474   if (config->icf == ICFLevel::All && config->ignoreDataAddressEquality)
 1959   if (config->icf != ICFLevel::None) {
tools/lld/ELF/InputFiles.cpp
  529         else if (config->icf == ICFLevel::Safe)