Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DLTO.cpp167 if (!config->ltoCache.empty()) in compile()
169 check(localCache("ThinLTO", "Thin", config->ltoCache, in compile()
200 if (!config->ltoCache.empty()) in compile()
201 pruneCache(config->ltoCache, config->ltoCachePolicy); in compile()
H A DConfig.h171 StringRef ltoCache; member
H A DDriver.cpp1795 config->ltoCache = arg->getValue(); in linkerMain()