Searched refs:CachePath (Results 1 – 3 of 3) sorted by relevance
421 void setModuleCachePath(StringRef CachePath) { in setModuleCachePath() argument422 ModuleCachePath = std::string(CachePath); in setModuleCachePath()746 StringRef CachePath);
220 SmallString<256> CachePath(Dir); in getPrebuiltImplicitModuleFileName() local221 llvm::sys::fs::make_absolute(CachePath); in getPrebuiltImplicitModuleFileName()222 llvm::sys::path::append(CachePath, ModuleCacheHash); in getPrebuiltImplicitModuleFileName()224 getCachedModuleFileNameImpl(ModuleName, ModuleMapPath, CachePath); in getPrebuiltImplicitModuleFileName()239 StringRef CachePath) { in getCachedModuleFileNameImpl() argument242 if (CachePath.empty()) in getCachedModuleFileNameImpl()245 SmallString<256> Result(CachePath); in getCachedModuleFileNameImpl()
362 StringRef CachePath, const ModuleSummaryIndex &Index, StringRef ModuleID, in ModuleCacheEntry() argument368 if (CachePath.empty()) in ModuleCacheEntry()394 sys::path::append(EntryPath, CachePath, "llvmcache-" + Key); in ModuleCacheEntry()