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

References

tools/lld/wasm/Driver.cpp
  326   config->gcSections =
  413     if (config->gcSections)
tools/lld/wasm/InputChunks.h
   72       : file(f), live(!config->gcSections), discarded(false), sectionKind(k) {}
tools/lld/wasm/InputEvent.h
   32       : file(f), event(e), signature(s), live(!config->gcSections) {}
tools/lld/wasm/InputGlobal.h
   26       : file(f), global(g), live(!config->gcSections) {}
tools/lld/wasm/MarkLive.cpp
  137   if (!config->gcSections)
tools/lld/wasm/Symbols.h
  127         referenced(!config->gcSections), requiresGOT(false),