Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Support/
DCaching.cpp35 SmallString<64> CacheName, TempFilePrefix, CacheDirectoryPath; in localCache() local
38 CacheDirectoryPathRef.toVector(CacheDirectoryPath); in localCache()
45 sys::path::append(EntryPath, CacheDirectoryPath, "llvmcache-" + Key); in localCache()
147 CacheDirectoryPath, /*IgnoreExisting=*/true)) in localCache()
152 sys::path::append(TempFilenameModel, CacheDirectoryPath, in localCache()