Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DConfig.h172 llvm::CachePruningPolicy thinLTOCachePolicy; member
H A DLTO.cpp267 pruneCache(config->thinLTOCacheDir, config->thinLTOCachePolicy, files); in compile()
H A DDriver.cpp1678 config->thinLTOCachePolicy = getLTOCachePolicy(args); in link()
/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h157 llvm::CachePruningPolicy thinLTOCachePolicy; member
H A DLTO.cpp361 pruneCache(config->thinLTOCacheDir, config->thinLTOCachePolicy, files); in compile()
H A DDriver.cpp1426 config->thinLTOCachePolicy = CHECK( in readConfigs()