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

References

tools/lld/COFF/Driver.cpp
 1424     config->ltoCache = arg->getValue();
tools/lld/COFF/LTO.cpp
  155   if (!config->ltoCache.empty())
  157         config->ltoCache, [&](size_t task, std::unique_ptr<MemoryBuffer> mb) {
  187   if (!config->ltoCache.empty())
  188     pruneCache(config->ltoCache, config->ltoCachePolicy);