Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp314 std::string CacheName; in notifyObjectCompiled() local
330 std::string CacheName; in getObject() local
364 CacheName = CacheDir + CacheSubdir; in getCacheFilename()
365 size_t pos = CacheName.rfind('.'); in getCacheFilename()
366 CacheName.replace(pos, CacheName.length() - pos, ".o"); in getCacheFilename()
467 std::string CacheName("file:"); in main() local
468 CacheName.append(InputFile); in main()
469 Mod->setModuleIdentifier(CacheName); in main()
547 std::string CacheName("file:"); in main() local
548 CacheName.append(ExtraModules[i]); in main()
[all …]
/freebsd-14.2/sys/contrib/dev/acpica/components/utilities/
H A Dutcache.c177 char *CacheName, in AcpiOsCreateCache() argument
188 if (!CacheName || !ReturnCache || !ObjectSize) in AcpiOsCreateCache()
204 Cache->ListName = CacheName; in AcpiOsCreateCache()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DCaching.cpp35 SmallString<64> CacheName, TempFilePrefix, CacheDirectoryPath; in localCache() local
36 CacheNameRef.toVector(CacheName); in localCache()
160 toString(Temp.takeError()) + ": " + CacheName + in localCache()
/freebsd-14.2/sys/contrib/dev/acpica/include/
H A Dacpiosxf.h386 char *CacheName,
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1672 llvm::Twine CacheName = Twine(CGM.getMangledName(VD)).concat(Suffix); in getAddrOfThreadPrivate() local
1675 OMPBuilder.createCachedThreadPrivate(CGF.Builder, Data, Size, CacheName); in getAddrOfThreadPrivate()