Searched refs:CachePath (Results 1 – 2 of 2) sorted by relevance
317 void setModuleCachePath(StringRef CachePath) { in setModuleCachePath() argument318 ModuleCachePath = CachePath; in setModuleCachePath()
227 StringRef CachePath, const ModuleSummaryIndex &Index, StringRef ModuleID, in ModuleCacheEntry() argument233 if (CachePath.empty()) in ModuleCacheEntry()277 sys::path::append(EntryPath, CachePath, toHex(Hasher.result())); in ModuleCacheEntry()