Searched refs:CachePath (Results 1 – 3 of 3) sorted by relevance
438 void setModuleCachePath(StringRef CachePath) { in setModuleCachePath() argument439 ModuleCachePath = std::string(CachePath); in setModuleCachePath()774 StringRef CachePath);
244 SmallString<256> CachePath(Dir); in getPrebuiltImplicitModuleFileName() local245 llvm::sys::fs::make_absolute(CachePath); in getPrebuiltImplicitModuleFileName()246 llvm::sys::path::append(CachePath, ModuleCacheHash); in getPrebuiltImplicitModuleFileName()248 getCachedModuleFileNameImpl(ModuleName, ModuleMapPath, CachePath); in getPrebuiltImplicitModuleFileName()263 StringRef CachePath) { in getCachedModuleFileNameImpl() argument266 if (CachePath.empty()) in getCachedModuleFileNameImpl()269 SmallString<256> Result(CachePath); in getCachedModuleFileNameImpl()
363 StringRef CachePath, const ModuleSummaryIndex &Index, StringRef ModuleID, in ModuleCacheEntry() argument369 if (CachePath.empty()) in ModuleCacheEntry()395 sys::path::append(EntryPath, CachePath, "llvmcache-" + Key); in ModuleCacheEntry()