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

References

tools/lld/ELF/Driver.cpp
  923   config->thinLTOCacheDir = args.getLastArgValue(OPT_thinlto_cache_dir);
tools/lld/ELF/LTO.cpp
  244   if (!config->thinLTOCacheDir.empty())
  246         lto::localCache(config->thinLTOCacheDir,
  281   if (!config->thinLTOCacheDir.empty())
  282     pruneCache(config->thinLTOCacheDir, config->thinLTOCachePolicy);