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.h176 llvm::CachePruningPolicy thinLTOCachePolicy; member
H A DLTO.cpp267 pruneCache(config->thinLTOCacheDir, config->thinLTOCachePolicy, files); in compile()
H A DDriver.cpp1752 config->thinLTOCachePolicy = getLTOCachePolicy(args); in link()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp367 pruneCache(ctx.arg.thinLTOCacheDir, ctx.arg.thinLTOCachePolicy, files); in compile()
H A DConfig.h220 llvm::CachePruningPolicy thinLTOCachePolicy; member
H A DDriver.cpp1558 ctx.arg.thinLTOCachePolicy = CHECK( in readConfigs()