Searched refs:NativeObjectStream (Results 1 – 6 of 6) sorted by relevance
71 struct CacheStream : NativeObjectStream { in localCache()80 : NativeObjectStream(std::move(OS)), AddBuffer(std::move(AddBuffer)), in localCache()132 return [=](size_t Task) -> std::unique_ptr<NativeObjectStream> { in localCache()
175 class NativeObjectStream {177 NativeObjectStream(std::unique_ptr<raw_pwrite_stream> OS) : OS(std::move(OS)) {} in NativeObjectStream() function179 virtual ~NativeObjectStream() = default;186 typedef std::function<std::unique_ptr<NativeObjectStream>(unsigned Task)>
300 [&](size_t Task) -> std::unique_ptr<lto::NativeObjectStream> { in run()306 return llvm::make_unique<lto::NativeObjectStream>(std::move(S)); in run()
126 return llvm::make_unique<lto::NativeObjectStream>( in compile()
243 return llvm::make_unique<lto::NativeObjectStream>( in compile()
1212 return llvm::make_unique<lto::NativeObjectStream>(std::move(OS)); in runThinLTOBackend()