Searched refs:CacheDirectoryPath (Results 1 – 2 of 2) sorted by relevance
31 Expected<NativeObjectCache> lto::localCache(StringRef CacheDirectoryPath, in localCache() argument33 if (std::error_code EC = sys::fs::create_directories(CacheDirectoryPath)) in localCache()40 sys::path::append(EntryPath, CacheDirectoryPath, "llvmcache-" + Key); in localCache()135 sys::path::append(TempFilenameModel, CacheDirectoryPath, "Thin-%%%%%%.tmp.o"); in localCache()
34 Expected<NativeObjectCache> localCache(StringRef CacheDirectoryPath,