Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp315 StringRef CachePath, const ModuleSummaryIndex &Index, StringRef ModuleID, in ModuleCacheEntry() argument
321 if (CachePath.empty()) in ModuleCacheEntry()
347 sys::path::append(EntryPath, CachePath, "llvmcache-" + Key); in ModuleCacheEntry()
375 SmallString<128> CachePath(EntryPath); in write() local
376 llvm::sys::path::remove_filename(CachePath); in write()
377 sys::path::append(TempFilename, CachePath, "Thin-%%%%%%.tmp.o"); in write()
/third_party/mindspore/patches/
D0004-cross-compile-ndkso-fp16-nnrt-train_capi.patch4222 + static const std::string kCachePathName = "CachePath";