Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/
H A Dlli.cpp311 std::string CacheName; in notifyObjectCompiled() local
312 if (!getCacheFilename(ModuleID, CacheName)) in notifyObjectCompiled()
315 SmallString<128> dir(sys::path::parent_path(CacheName)); in notifyObjectCompiled()
320 raw_fd_ostream outfile(CacheName, EC, sys::fs::OF_None); in notifyObjectCompiled()
327 std::string CacheName; in getObject() local
328 if (!getCacheFilename(ModuleID, CacheName)) in getObject()
332 MemoryBuffer::getFile(CacheName, /*IsText=*/false, in getObject()
347 bool getCacheFilename(const std::string &ModID, std::string &CacheName) { in getCacheFilename() argument
362 CacheName = CacheDir + CacheSubdir; in getCacheFilename()
363 size_t pos = CacheName.rfind('.'); in getCacheFilename()
[all …]
/netbsd-src/sys/external/bsd/acpica/dist/utilities/
H A Dutcache.c69 const char *CacheName, in AcpiOsCreateCache() argument
80 if (!CacheName || !ReturnCache || !ObjectSize) in AcpiOsCreateCache()
96 Cache->ListName = __UNCONST(CacheName); in AcpiOsCreateCache()
/netbsd-src/sys/external/bsd/acpica/dist/os_specific/service_layers/
H A Doswinxf.c1436 char *CacheName, in AcpiOsCreateCache() argument
1451 NewCache->ListName = CacheName; in AcpiOsCreateCache()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacpiosxf.h278 const char *CacheName,
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1669 llvm::Twine CacheName = Twine(CGM.getMangledName(VD)).concat(Suffix); in getAddrOfThreadPrivate() local
1672 OMPBuilder.createCachedThreadPrivate(CGF.Builder, Data, Size, CacheName); in getAddrOfThreadPrivate()