Searched defs:NativeObjectStream (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h192 class NativeObjectStream { class in namespace:llvm::lto
194 NativeObjectStream(std::unique_ptr<raw_pwrite_stream> OS) : OS(std::move(OS)) {} function in class:llvm::lto::NativeObjectStream

Completed in 45 milliseconds