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.h440 void setModuleCachePath(StringRef CachePath) { in setModuleCachePath() argument
441 ModuleCachePath = std::string(CachePath); in setModuleCachePath()
772 StringRef CachePath);
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp248 SmallString<256> CachePath(Dir); in getPrebuiltImplicitModuleFileName() local
249 llvm::sys::fs::make_absolute(CachePath); in getPrebuiltImplicitModuleFileName()
250 llvm::sys::path::append(CachePath, ModuleCacheHash); in getPrebuiltImplicitModuleFileName()
252 getCachedModuleFileNameImpl(ModuleName, ModuleMapPath, CachePath); in getPrebuiltImplicitModuleFileName()
267 StringRef CachePath) { in getCachedModuleFileNameImpl() argument
270 if (CachePath.empty()) in getCachedModuleFileNameImpl()
273 SmallString<256> Result(CachePath); in getCachedModuleFileNameImpl()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp355 StringRef CachePath, const ModuleSummaryIndex &Index, StringRef ModuleID, in ModuleCacheEntry() argument
361 if (CachePath.empty()) in ModuleCacheEntry()
387 sys::path::append(EntryPath, CachePath, Twine("llvmcache-", Key)); in ModuleCacheEntry()