Searched refs:raw_fd_stream (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | raw_fd_stream_test.cpp | 27 raw_fd_stream OS(Path, EC); in TEST() 57 raw_fd_stream OS("-", EC); in TEST() 58 EXPECT_TRUE(dyn_cast<raw_fd_stream>(&OS)); in TEST() 63 EXPECT_FALSE(dyn_cast<raw_fd_stream>(&OS)); in TEST()
|
| /llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.h | 49 BitcodeWriter(SmallVectorImpl<char> &Buffer, raw_fd_stream *FS = nullptr);
|
| H A D | DXILBitcodeWriter.cpp | 363 raw_fd_stream *FS) in BitcodeWriter() 387 BitcodeWriter Writer(Buffer, dyn_cast<raw_fd_stream>(&Out)); in WriteDXILToFile()
|
| /llvm-project-15.0.7/llvm/include/llvm/Bitcode/ |
| H A D | BitcodeWriter.h | 50 BitcodeWriter(SmallVectorImpl<char> &Buffer, raw_fd_stream *FS = nullptr);
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | raw_ostream.cpp | 909 raw_fd_stream::raw_fd_stream(StringRef Filename, std::error_code &EC) in raw_fd_stream() function in raw_fd_stream 921 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()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | raw_ostream.h | 601 class raw_fd_stream : public raw_fd_ostream { 606 raw_fd_stream(StringRef Filename, std::error_code &EC);
|
| /llvm-project-15.0.7/llvm/include/llvm/Bitstream/ |
| H A D | BitstreamWriter.h | 36 raw_fd_stream *FS; 112 BitstreamWriter(SmallVectorImpl<char> &O, raw_fd_stream *FS = nullptr,
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | LTO.cpp | 63 std::make_unique<raw_fd_stream>(file, ec); in openLTOOutputFile()
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 4590 BitcodeWriter::BitcodeWriter(SmallVectorImpl<char> &Buffer, raw_fd_stream *FS) in BitcodeWriter() 4702 BitcodeWriter Writer(Buffer, dyn_cast<raw_fd_stream>(&Out)); in WriteBitcodeToFile()
|