Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DHeaderSearch.h410 void setModuleCachePath(StringRef CachePath) { in setModuleCachePath() argument
411 ModuleCachePath = std::string(CachePath); in setModuleCachePath()
731 StringRef CachePath);
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DHeaderSearch.cpp221 SmallString<256> CachePath(Dir); in getPrebuiltImplicitModuleFileName() local
222 llvm::sys::fs::make_absolute(CachePath); in getPrebuiltImplicitModuleFileName()
223 llvm::sys::path::append(CachePath, ModuleCacheHash); in getPrebuiltImplicitModuleFileName()
225 getCachedModuleFileNameImpl(ModuleName, ModuleMapPath, CachePath); in getPrebuiltImplicitModuleFileName()
240 StringRef CachePath) { in getCachedModuleFileNameImpl() argument
243 if (CachePath.empty()) in getCachedModuleFileNameImpl()
246 SmallString<256> Result(CachePath); in getCachedModuleFileNameImpl()