Home
last modified time | relevance | path

Searched refs:NativeObjectStream (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()
81 : NativeObjectStream(std::move(OS)), AddBuffer(std::move(AddBuffer)), in localCache()
133 return [=](size_t Task) -> std::unique_ptr<NativeObjectStream> { in localCache()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
DLTO.h192 class NativeObjectStream {
194 NativeObjectStream(std::unique_ptr<raw_pwrite_stream> OS) : OS(std::move(OS)) {} in NativeObjectStream() function
196 virtual ~NativeObjectStream() = default;
204 std::function<std::unique_ptr<NativeObjectStream>(unsigned Task)>;