Home
last modified time | relevance | path

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

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