Searched refs:CacheName (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/tools/lli/ |
| H A D | lli.cpp | 316 std::string CacheName; in notifyObjectCompiled() local 317 if (!getCacheFilename(ModuleID, CacheName)) in notifyObjectCompiled() 320 SmallString<128> dir(sys::path::parent_path(CacheName)); in notifyObjectCompiled() 325 raw_fd_ostream outfile(CacheName, EC, sys::fs::OF_None); in notifyObjectCompiled() 332 std::string CacheName; in getObject() local 333 if (!getCacheFilename(ModuleID, CacheName)) in getObject() 337 MemoryBuffer::getFile(CacheName, /*IsText=*/false, in getObject() 352 bool getCacheFilename(StringRef ModID, std::string &CacheName) { in getCacheFilename() argument 364 CacheName = CacheDir + CacheSubdir; in getCacheFilename() 365 size_t pos = CacheName.rfind('.'); in getCacheFilename() [all …]
|
| /freebsd/sys/contrib/dev/acpica/components/utilities/ |
| H A D | utcache.c | 177 char *CacheName, in AcpiOsCreateCache() argument 188 if (!CacheName || !ReturnCache || !ObjectSize) in AcpiOsCreateCache() 204 Cache->ListName = CacheName; in AcpiOsCreateCache()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Caching.cpp | 35 SmallString<64> CacheName, TempFilePrefix, CacheDirectoryPath; in localCache() local 36 CacheNameRef.toVector(CacheName); in localCache() 165 toString(Temp.takeError()) + ": " + CacheName + in localCache()
|
| /freebsd/sys/contrib/dev/acpica/include/ |
| H A D | acpiosxf.h | 386 char *CacheName,
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 1741 llvm::Twine CacheName = Twine(CGM.getMangledName(VD)).concat(Suffix); in getAddrOfThreadPrivate() local 1744 OMPBuilder.createCachedThreadPrivate(CGF.Builder, Data, Size, CacheName); in getAddrOfThreadPrivate()
|