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

References

tools/lld/ELF/Driver.cpp
  329     if (config->gcSections)
  866   config->gcSections = args.hasFlag(OPT_gc_sections, OPT_no_gc_sections, false);
tools/lld/ELF/InputSection.h
  222       : inputOff(off), live(live || !config->gcSections), hash(hash >> 1) {}
tools/lld/ELF/MarkLive.cpp
  322   if (!config->gcSections) {
tools/lld/ELF/Symbols.h
  245         used(!config->gcSections), needsTocRestore(false),