Searched refs:raw_fd_stream (Results 1 – 5 of 5) sorted by relevance
50 BitcodeWriter(SmallVectorImpl<char> &Buffer, raw_fd_stream *FS = nullptr);
908 raw_fd_stream::raw_fd_stream(StringRef Filename, std::error_code &EC) in raw_fd_stream() function in raw_fd_stream921 ssize_t raw_fd_stream::read(char *Ptr, size_t Size) { in read()931 bool raw_fd_stream::classof(const raw_ostream *OS) { in classof()
586 class raw_fd_stream : public raw_fd_ostream {591 raw_fd_stream(StringRef Filename, std::error_code &EC);
35 raw_fd_stream *FS;117 BitstreamWriter(SmallVectorImpl<char> &O, raw_fd_stream *FS = nullptr,
4529 BitcodeWriter::BitcodeWriter(SmallVectorImpl<char> &Buffer, raw_fd_stream *FS) in BitcodeWriter()4641 BitcodeWriter Writer(Buffer, dyn_cast<raw_fd_stream>(&Out)); in WriteBitcodeToFile()