Searched refs:CachePath (Results 1 – 2 of 2) sorted by relevance
315 StringRef CachePath, const ModuleSummaryIndex &Index, StringRef ModuleID, in ModuleCacheEntry() argument321 if (CachePath.empty()) in ModuleCacheEntry()347 sys::path::append(EntryPath, CachePath, "llvmcache-" + Key); in ModuleCacheEntry()375 SmallString<128> CachePath(EntryPath); in write() local376 llvm::sys::path::remove_filename(CachePath); in write()377 sys::path::append(TempFilename, CachePath, "Thin-%%%%%%.tmp.o"); in write()
4222 + static const std::string kCachePathName = "CachePath";