Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h421 void setModuleCachePath(StringRef CachePath) { in setModuleCachePath() argument
422 ModuleCachePath = std::string(CachePath); in setModuleCachePath()
746 StringRef CachePath);
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp220 SmallString<256> CachePath(Dir); in getPrebuiltImplicitModuleFileName() local
221 llvm::sys::fs::make_absolute(CachePath); in getPrebuiltImplicitModuleFileName()
222 llvm::sys::path::append(CachePath, ModuleCacheHash); in getPrebuiltImplicitModuleFileName()
224 getCachedModuleFileNameImpl(ModuleName, ModuleMapPath, CachePath); in getPrebuiltImplicitModuleFileName()
239 StringRef CachePath) { in getCachedModuleFileNameImpl() argument
242 if (CachePath.empty()) in getCachedModuleFileNameImpl()
245 SmallString<256> Result(CachePath); in getCachedModuleFileNameImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp362 StringRef CachePath, const ModuleSummaryIndex &Index, StringRef ModuleID, in ModuleCacheEntry() argument
368 if (CachePath.empty()) in ModuleCacheEntry()
394 sys::path::append(EntryPath, CachePath, "llvmcache-" + Key); in ModuleCacheEntry()