Searched refs:CacheName (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/lli/ |
H A D | lli.cpp | 314 std::string CacheName; in notifyObjectCompiled() local 315 if (!getCacheFilename(ModuleID, CacheName)) in notifyObjectCompiled() 318 SmallString<128> dir(sys::path::parent_path(CacheName)); in notifyObjectCompiled() 323 raw_fd_ostream outfile(CacheName, EC, sys::fs::OF_None); in notifyObjectCompiled() 330 std::string CacheName; in getObject() local 331 if (!getCacheFilename(ModuleID, CacheName)) in getObject() 335 MemoryBuffer::getFile(CacheName, /*IsText=*/false, in getObject() 350 bool getCacheFilename(StringRef ModID, std::string &CacheName) { in getCacheFilename() argument 362 CacheName = CacheDir + CacheSubdir; in getCacheFilename() 363 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() 160 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 | 1700 llvm::Twine CacheName = Twine(CGM.getMangledName(VD)).concat(Suffix); in getAddrOfThreadPrivate() local 1703 OMPBuilder.createCachedThreadPrivate(CGF.Builder, Data, Size, CacheName); in getAddrOfThreadPrivate()
|