Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DConfig.h171 llvm::CachePruningPolicy thinLTOCachePolicy; member
H A DLTO.cpp267 pruneCache(config->thinLTOCacheDir, config->thinLTOCachePolicy, files); in compile()
H A DDriver.cpp1614 config->thinLTOCachePolicy = getLTOCachePolicy(args); in link()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DConfig.h154 llvm::CachePruningPolicy thinLTOCachePolicy; member
H A DLTO.cpp359 pruneCache(config->thinLTOCacheDir, config->thinLTOCachePolicy, files); in compile()
H A DDriver.cpp1378 config->thinLTOCachePolicy = CHECK( in readConfigs()