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

Declarations

tools/lld/include/lld/Common/Threads.h
   66 extern bool threadsEnabled;

References

tools/lld/COFF/Driver.cpp
 1133   lld::threadsEnabled = args.hasFlag(OPT_threads, OPT_threads_no, true);
tools/lld/Common/Filesystem.cpp
   46   if (!threadsEnabled || !sys::fs::exists(path) ||
tools/lld/ELF/Driver.cpp
  822   threadsEnabled = args.hasFlag(OPT_threads, OPT_no_threads, true);
tools/lld/ELF/ICF.cpp
  395   if (!threadsEnabled || sections.size() < 1024) {
tools/lld/ELF/SyntheticSections.cpp
 2644   if (threadsEnabled)
 3087   if (threadsEnabled)
tools/lld/include/lld/Common/Threads.h
   69   if (threadsEnabled)
   77   if (threadsEnabled)
   84   if (threadsEnabled)
tools/lld/wasm/Driver.cpp
  348   threadsEnabled = args.hasFlag(OPT_threads, OPT_no_threads, true);