Home
last modified time | relevance | path

Searched refs:setCacheDir (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h132 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); } in setCacheDir() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp607 ThinGenerator.setCacheDir(ThinLTOCacheDir); in ThinLTOProcessing()