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.cpp316 std::string CacheName; in notifyObjectCompiled() local
317 if (!getCacheFilename(ModuleID, CacheName)) in notifyObjectCompiled()
320 SmallString<128> dir(sys::path::parent_path(CacheName)); in notifyObjectCompiled()
325 raw_fd_ostream outfile(CacheName, EC, sys::fs::OF_None); in notifyObjectCompiled()
332 std::string CacheName; in getObject() local
333 if (!getCacheFilename(ModuleID, CacheName)) in getObject()
337 MemoryBuffer::getFile(CacheName, /*IsText=*/false, in getObject()
352 bool getCacheFilename(StringRef ModID, std::string &CacheName) { in getCacheFilename() argument
364 CacheName = CacheDir + CacheSubdir; in getCacheFilename()
365 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()
165 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.cpp1741 llvm::Twine CacheName = Twine(CGM.getMangledName(VD)).concat(Suffix); in getAddrOfThreadPrivate() local
1744 OMPBuilder.createCachedThreadPrivate(CGF.Builder, Data, Size, CacheName); in getAddrOfThreadPrivate()