Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp308 std::string CacheName; in notifyObjectCompiled() local
324 std::string CacheName; in getObject() local
359 CacheName = CacheDir + CacheSubdir; in getCacheFilename()
360 size_t pos = CacheName.rfind('.'); in getCacheFilename()
361 CacheName.replace(pos, CacheName.length() - pos, ".o"); in getCacheFilename()
463 std::string CacheName("file:"); in main() local
464 CacheName.append(InputFile); in main()
465 Mod->setModuleIdentifier(CacheName); in main()
543 std::string CacheName("file:"); in main() local
544 CacheName.append(ExtraModules[i]); in main()
[all …]
/freebsd-13.1/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-13.1/sys/contrib/dev/acpica/include/
H A Dacpiosxf.h386 char *CacheName,
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1677 llvm::Twine CacheName = Twine(CGM.getMangledName(VD)).concat(Suffix); in getAddrOfThreadPrivate() local
1680 OMPBuilder.createCachedThreadPrivate(CGF.Builder, Data, Size, CacheName); in getAddrOfThreadPrivate()