Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DCaching.cpp78 struct CacheStream : CachedFileStream { in localCache() struct
84 CacheStream(std::unique_ptr<raw_pwrite_stream> OS, AddBufferFn AddBuffer, in localCache() argument
91 ~CacheStream() { in localCache() argument
162 return std::make_unique<CacheStream>( in localCache()