Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DCaching.cpp31 Expected<NativeObjectCache> lto::localCache(StringRef CacheDirectoryPath, in localCache() argument
33 if (std::error_code EC = sys::fs::create_directories(CacheDirectoryPath)) in localCache()
40 sys::path::append(EntryPath, CacheDirectoryPath, "llvmcache-" + Key); in localCache()
135 sys::path::append(TempFilenameModel, CacheDirectoryPath, "Thin-%%%%%%.tmp.o"); in localCache()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/
DCaching.h34 Expected<NativeObjectCache> localCache(StringRef CacheDirectoryPath,