Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h132 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); } in setCacheDir() function
/llvm-project-15.0.7/llvm/tools/lto/
H A Dlto.cpp616 return unwrap(cg)->setCacheDir(cache_dir); in thinlto_codegen_set_cache_dir()
/llvm-project-15.0.7/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp601 ThinGenerator.setCacheDir(ThinLTOCacheDir); in ThinLTOProcessing()