Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DCaching.cpp72 struct CacheStream : NativeObjectStream { in localCache() struct
78 CacheStream(std::unique_ptr<raw_pwrite_stream> OS, AddBufferFn AddBuffer, in localCache() function
85 ~CacheStream() { in localCache() argument
145 return std::make_unique<CacheStream>( in localCache()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DCaching.cpp78 struct CacheStream : CachedFileStream { in localCache() struct
84 CacheStream(std::unique_ptr<raw_pwrite_stream> OS, AddBufferFn AddBuffer, in localCache() function
91 ~CacheStream() { in localCache() argument
162 return std::make_unique<CacheStream>( in localCache()