Home
last modified time | relevance | path

Searched refs:ltoCache (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DLTO.cpp167 if (!config->ltoCache.empty()) in compile()
169 config->ltoCache, [&](size_t task, std::unique_ptr<MemoryBuffer> mb) { in compile()
199 if (!config->ltoCache.empty()) in compile()
200 pruneCache(config->ltoCache, config->ltoCachePolicy); in compile()
H A DConfig.h165 StringRef ltoCache; member
H A DDriver.cpp1661 config->ltoCache = arg->getValue(); in linkerMain()