Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/MachO/
DConfig.h145 llvm::CachePruningPolicy thinLTOCachePolicy; member
DLTO.cpp123 pruneCache(config->thinLTOCacheDir, config->thinLTOCachePolicy); in compile()
DDriver.cpp1216 config->thinLTOCachePolicy = getLTOCachePolicy(args); in link()
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DConfig.h100 llvm::CachePruningPolicy thinLTOCachePolicy; member
DLTO.cpp348 pruneCache(config->thinLTOCacheDir, config->thinLTOCachePolicy); in compile()
DDriver.cpp1144 config->thinLTOCachePolicy = CHECK( in readConfigs()