Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp296 StringRef CachePath, const ModuleSummaryIndex &Index, StringRef ModuleID, in ModuleCacheEntry() argument
303 if (CachePath.empty()) in ModuleCacheEntry()
389 sys::path::append(EntryPath, CachePath, in ModuleCacheEntry()
421 SmallString<128> CachePath(EntryPath); in write() local
423 llvm::sys::path::remove_filename(CachePath); in write()
424 sys::path::append(TempFilename, CachePath, "Thin-%%%%%%.tmp.o"); in write()
/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()