Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp298 StringRef CachePath, const ModuleSummaryIndex &Index, StringRef ModuleID, in ModuleCacheEntry() argument
304 if (CachePath.empty()) in ModuleCacheEntry()
330 sys::path::append(EntryPath, CachePath, "llvmcache-" + Key); in ModuleCacheEntry()
361 SmallString<128> CachePath(EntryPath); in write() local
363 llvm::sys::path::remove_filename(CachePath); in write()
364 sys::path::append(TempFilename, CachePath, "Thin-%%%%%%.tmp.o"); in write()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DHeaderSearch.h330 void setModuleCachePath(StringRef CachePath) { in setModuleCachePath() argument
331 ModuleCachePath = CachePath; in setModuleCachePath()