Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DHeaderSearch.h398 void setModuleCachePath(StringRef CachePath) { in setModuleCachePath() argument
399 ModuleCachePath = std::string(CachePath); in setModuleCachePath()
717 StringRef CachePath);
/llvm-project-15.0.7/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp360 StringRef CachePath, const ModuleSummaryIndex &Index, StringRef ModuleID, in ModuleCacheEntry() argument
366 if (CachePath.empty()) in ModuleCacheEntry()
392 sys::path::append(EntryPath, CachePath, "llvmcache-" + Key); in ModuleCacheEntry()
420 SmallString<128> CachePath(EntryPath); in write() local
421 llvm::sys::path::remove_filename(CachePath); in write()
422 sys::path::append(TempFilename, CachePath, "Thin-%%%%%%.tmp.o"); in write()
/llvm-project-15.0.7/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()