Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp314 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 Dutcache.c177 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 DCaching.cpp35 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 Dacpiosxf.h386 char *CacheName,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1700 llvm::Twine CacheName = Twine(CGM.getMangledName(VD)).concat(Suffix); in getAddrOfThreadPrivate() local
1703 OMPBuilder.createCachedThreadPrivate(CGF.Builder, Data, Size, CacheName); in getAddrOfThreadPrivate()