Home
last modified time | relevance | path

Searched refs:thinLTOCachePolicy (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/lld/wasm/
H A DConfig.h76 llvm::CachePruningPolicy thinLTOCachePolicy; member
H A DLTO.cpp145 pruneCache(config->thinLTOCacheDir, config->thinLTOCachePolicy); in compile()
H A DDriver.cpp392 config->thinLTOCachePolicy = CHECK( in readConfigs()
/llvm-project-15.0.7/lld/MachO/
H A DConfig.h155 llvm::CachePruningPolicy thinLTOCachePolicy; member
H A DLTO.cpp132 pruneCache(config->thinLTOCacheDir, config->thinLTOCachePolicy); in compile()
H A DDriver.cpp1326 config->thinLTOCachePolicy = getLTOCachePolicy(args); in link()
/llvm-project-15.0.7/lld/ELF/
H A DConfig.h107 llvm::CachePruningPolicy thinLTOCachePolicy; member
H A DLTO.cpp361 pruneCache(config->thinLTOCacheDir, config->thinLTOCachePolicy); in compile()
H A DDriver.cpp1187 config->thinLTOCachePolicy = CHECK( in readConfigs()