Searched refs:CachePath (Results 1 – 3 of 3) sorted by relevance
440 void setModuleCachePath(StringRef CachePath) { in setModuleCachePath() argument441 ModuleCachePath = std::string(CachePath); in setModuleCachePath()772 StringRef CachePath);
248 SmallString<256> CachePath(Dir); in getPrebuiltImplicitModuleFileName() local249 llvm::sys::fs::make_absolute(CachePath); in getPrebuiltImplicitModuleFileName()250 llvm::sys::path::append(CachePath, ModuleCacheHash); in getPrebuiltImplicitModuleFileName()252 getCachedModuleFileNameImpl(ModuleName, ModuleMapPath, CachePath); in getPrebuiltImplicitModuleFileName()267 StringRef CachePath) { in getCachedModuleFileNameImpl() argument270 if (CachePath.empty()) in getCachedModuleFileNameImpl()273 SmallString<256> Result(CachePath); in getCachedModuleFileNameImpl()
355 StringRef CachePath, const ModuleSummaryIndex &Index, StringRef ModuleID, in ModuleCacheEntry() argument361 if (CachePath.empty()) in ModuleCacheEntry()387 sys::path::append(EntryPath, CachePath, Twine("llvmcache-", Key)); in ModuleCacheEntry()