Searched refs:CachePath (Results 1 – 2 of 2) sorted by relevance
298 StringRef CachePath, const ModuleSummaryIndex &Index, StringRef ModuleID, in ModuleCacheEntry() argument304 if (CachePath.empty()) in ModuleCacheEntry()330 sys::path::append(EntryPath, CachePath, "llvmcache-" + Key); in ModuleCacheEntry()361 SmallString<128> CachePath(EntryPath); in write() local363 llvm::sys::path::remove_filename(CachePath); in write()364 sys::path::append(TempFilename, CachePath, "Thin-%%%%%%.tmp.o"); in write()
330 void setModuleCachePath(StringRef CachePath) { in setModuleCachePath() argument331 ModuleCachePath = CachePath; in setModuleCachePath()