Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/lli/
H A Dlli.cpp320 std::string CacheName; in notifyObjectCompiled() local
321 if (!getCacheFilename(ModuleID, CacheName)) in notifyObjectCompiled()
324 SmallString<128> dir(sys::path::parent_path(CacheName)); in notifyObjectCompiled()
329 raw_fd_ostream outfile(CacheName, EC, sys::fs::OF_None); in notifyObjectCompiled()
336 std::string CacheName; in getObject() local
337 if (!getCacheFilename(ModuleID, CacheName)) in getObject()
341 MemoryBuffer::getFile(CacheName, /*IsText=*/false, in getObject()
356 bool getCacheFilename(const std::string &ModID, std::string &CacheName) { in getCacheFilename() argument
370 CacheName = CacheDir + CacheSubdir; in getCacheFilename()
371 size_t pos = CacheName.rfind('.'); in getCacheFilename()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DCaching.cpp35 SmallString<64> CacheName, TempFilePrefix, CacheDirectoryPath; in localCache() local
36 CacheNameRef.toVector(CacheName); in localCache()
158 toString(Temp.takeError()) + ": " + CacheName + in localCache()
/openbsd-src/gnu/llvm/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()