Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/lli/
H A Dlli.cpp319 std::string CacheName; in notifyObjectCompiled() local
335 std::string CacheName; in getObject() local
369 CacheName = CacheDir + CacheSubdir; in getCacheFilename()
370 size_t pos = CacheName.rfind('.'); in getCacheFilename()
371 CacheName.replace(pos, CacheName.length() - pos, ".o"); in getCacheFilename()
520 std::string CacheName("file:"); in main() local
521 CacheName.append(InputFile); in main()
522 Mod->setModuleIdentifier(CacheName); in main()
600 std::string CacheName("file:"); in main() local
601 CacheName.append(ExtraModules[i]); in main()
[all …]
/llvm-project-15.0.7/llvm/lib/Support/
H A DCaching.cpp35 SmallString<64> CacheName, TempFilePrefix, CacheDirectoryPath; in localCache() local
36 CacheNameRef.toVector(CacheName); in localCache()
155 toString(Temp.takeError()) + ": " + CacheName + in localCache()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1661 llvm::Twine CacheName = Twine(CGM.getMangledName(VD)).concat(Suffix); in getAddrOfThreadPrivate() local
1664 OMPBuilder.createCachedThreadPrivate(CGF.Builder, Data, Size, CacheName); in getAddrOfThreadPrivate()