Home
last modified time | relevance | path

Searched refs:CachePath (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Lex/
DHeaderSearch.h317 void setModuleCachePath(StringRef CachePath) { in setModuleCachePath() argument
318 ModuleCachePath = CachePath; in setModuleCachePath()
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp227 StringRef CachePath, const ModuleSummaryIndex &Index, StringRef ModuleID, in ModuleCacheEntry() argument
233 if (CachePath.empty()) in ModuleCacheEntry()
277 sys::path::append(EntryPath, CachePath, toHex(Hasher.result())); in ModuleCacheEntry()