Searched refs:CachePath (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | HeaderSearch.h | 340 void setModuleCachePath(StringRef CachePath) { in setModuleCachePath() argument 341 ModuleCachePath = std::string(CachePath); in setModuleCachePath() 664 StringRef CachePath);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 396 StringRef CachePath, const ModuleSummaryIndex &Index, StringRef ModuleID, in ModuleCacheEntry() argument 402 if (CachePath.empty()) in ModuleCacheEntry() 428 sys::path::append(EntryPath, CachePath, "llvmcache-" + Key); in ModuleCacheEntry() 456 SmallString<128> CachePath(EntryPath); in write() local 457 llvm::sys::path::remove_filename(CachePath); in write() 458 sys::path::append(TempFilename, CachePath, "Thin-%%%%%%.tmp.o"); in write()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 174 SmallString<256> CachePath(Dir); in getPrebuiltImplicitModuleFileName() local 175 llvm::sys::fs::make_absolute(CachePath); in getPrebuiltImplicitModuleFileName() 176 llvm::sys::path::append(CachePath, ModuleCacheHash); in getPrebuiltImplicitModuleFileName() 178 getCachedModuleFileNameImpl(ModuleName, ModuleMapPath, CachePath); in getPrebuiltImplicitModuleFileName() 193 StringRef CachePath) { in getCachedModuleFileNameImpl() argument 196 if (CachePath.empty()) in getCachedModuleFileNameImpl() 199 SmallString<256> Result(CachePath); in getCachedModuleFileNameImpl()
|