Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DLTO.cpp164 if (!config->ltoCache.empty()) in compile()
166 config->ltoCache, [&](size_t task, std::unique_ptr<MemoryBuffer> mb) { in compile()
196 if (!config->ltoCache.empty()) in compile()
197 pruneCache(config->ltoCache, config->ltoCachePolicy); in compile()
DConfig.h156 StringRef ltoCache; member
DDriver.cpp1591 config->ltoCache = arg->getValue(); in link()