Home
last modified time | relevance | path

Searched refs:thinLTOCacheDir (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lld/wasm/
DLTO.cpp131 if (!config->thinLTOCacheDir.empty()) in compile()
133 lto::localCache(config->thinLTOCacheDir, in compile()
145 if (!config->thinLTOCacheDir.empty()) in compile()
146 pruneCache(config->thinLTOCacheDir, config->thinLTOCachePolicy); in compile()
DConfig.h72 llvm::StringRef thinLTOCacheDir; member
DDriver.cpp404 config->thinLTOCacheDir = args.getLastArgValue(OPT_thinlto_cache_dir); in readConfigs()
/external/llvm-project/lld/ELF/
DLTO.cpp302 if (!config->thinLTOCacheDir.empty()) in compile()
304 lto::localCache(config->thinLTOCacheDir, in compile()
341 if (!config->thinLTOCacheDir.empty()) in compile()
342 pruneCache(config->thinLTOCacheDir, config->thinLTOCachePolicy); in compile()
DConfig.h122 llvm::StringRef thinLTOCacheDir; member
DDriver.cpp1063 config->thinLTOCacheDir = args.getLastArgValue(OPT_thinlto_cache_dir); in readConfigs()