Home
last modified time | relevance | path

Searched refs:raw_fd_stream (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.h50 BitcodeWriter(SmallVectorImpl<char> &Buffer, raw_fd_stream *FS = nullptr);
H A DDXILBitcodeWriter.cpp373 raw_fd_stream *FS) in BitcodeWriter()
397 BitcodeWriter Writer(Buffer, dyn_cast<raw_fd_stream>(&Out)); in WriteDXILToFile()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp928 raw_fd_stream::raw_fd_stream(StringRef Filename, std::error_code &EC) in raw_fd_stream() function in raw_fd_stream
940 raw_fd_stream::raw_fd_stream(int fd, bool shouldClose) in raw_fd_stream() function in raw_fd_stream
943 ssize_t raw_fd_stream::read(char *Ptr, size_t Size) { in read()
953 bool raw_fd_stream::classof(const raw_ostream *OS) { in classof()
H A Draw_socket_stream.cpp158 : raw_fd_stream(SocketFD, true) {}
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A Draw_socket_stream.h49 class raw_socket_stream : public raw_fd_stream {
H A Draw_ostream.h611 class raw_fd_stream : public raw_fd_ostream {
616 raw_fd_stream(StringRef Filename, std::error_code &EC);
618 raw_fd_stream(int fd, bool shouldClose);
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeWriter.h50 BitcodeWriter(SmallVectorImpl<char> &Buffer, raw_fd_stream *FS = nullptr);
/freebsd/contrib/llvm-project/lld/Common/
H A DFilesystem.cpp153 std::make_unique<raw_fd_stream>(file, ec); in openLTOOutputFile()
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h36 raw_fd_stream *FS;
113 BitstreamWriter(SmallVectorImpl<char> &O, raw_fd_stream *FS = nullptr,
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4819 BitcodeWriter::BitcodeWriter(SmallVectorImpl<char> &Buffer, raw_fd_stream *FS) in BitcodeWriter()
4931 BitcodeWriter Writer(Buffer, dyn_cast<raw_fd_stream>(&Out)); in WriteBitcodeToFile()