Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h438 void setModuleCachePath(StringRef CachePath) { in setModuleCachePath() argument
439 ModuleCachePath = std::string(CachePath); in setModuleCachePath()
774 StringRef CachePath);
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp244 SmallString<256> CachePath(Dir); in getPrebuiltImplicitModuleFileName() local
245 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() argument
266 if (CachePath.empty()) in getCachedModuleFileNameImpl()
269 SmallString<256> Result(CachePath); in getCachedModuleFileNameImpl()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp363 StringRef CachePath, const ModuleSummaryIndex &Index, StringRef ModuleID, in ModuleCacheEntry() argument
369 if (CachePath.empty()) in ModuleCacheEntry()
395 sys::path::append(EntryPath, CachePath, "llvmcache-" + Key); in ModuleCacheEntry()