Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DHeaderSearch.h329 void setModuleCachePath(StringRef CachePath) { in setModuleCachePath() argument
330 ModuleCachePath = std::string(CachePath); in setModuleCachePath()
649 StringRef CachePath);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp331 StringRef CachePath, const ModuleSummaryIndex &Index, StringRef ModuleID, in ModuleCacheEntry() argument
337 if (CachePath.empty()) in ModuleCacheEntry()
363 sys::path::append(EntryPath, CachePath, "llvmcache-" + Key); in ModuleCacheEntry()
391 SmallString<128> CachePath(EntryPath); in write() local
392 llvm::sys::path::remove_filename(CachePath); in write()
393 sys::path::append(TempFilename, CachePath, "Thin-%%%%%%.tmp.o"); in write()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DHeaderSearch.cpp174 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()