Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h133 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); } in setCacheDir() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lto/
H A Dlto.cpp614 return unwrap(cg)->setCacheDir(cache_dir); in thinlto_codegen_set_cache_dir()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp554 ThinGenerator.setCacheDir(ThinLTOCacheDir); in ThinLTOProcessing()