Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DCaching.cpp31 Expected<NativeObjectCache> lto::localCache(StringRef CacheDirectoryPath, in localCache() argument
33 if (std::error_code EC = sys::fs::create_directories(CacheDirectoryPath)) in localCache()
40 sys::path::append(EntryPath, CacheDirectoryPath, "llvmcache-" + Key); in localCache()
137 sys::path::append(TempFilenameModel, CacheDirectoryPath, "Thin-%%%%%%.tmp.o"); in localCache()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
H A DCaching.h32 Expected<NativeObjectCache> localCache(StringRef CacheDirectoryPath,