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

/external/llvm/lib/Support/
H A Draw_ostream.cpp487 // raw_fd_ostream
512 raw_fd_ostream::raw_fd_ostream(StringRef Filename, std::error_code &EC, function in class:raw_fd_ostream
514 : raw_fd_ostream(getFD(Filename, EC, Flags), true) {}
518 raw_fd_ostream::raw_fd_ostream(int fd, bool shouldClose, bool unbuffered) function in class:raw_fd_ostream
542 raw_fd_ostream::~raw_fd_ostream() {
566 void raw_fd_ostream::write_impl(const char *Ptr, size_t Size) {
616 void raw_fd_ostream
[all...]
/external/llvm/include/llvm/Support/
H A Draw_ostream.h332 class raw_fd_ostream : public raw_pwrite_stream { class in namespace:llvm
372 raw_fd_ostream(StringRef Filename, std::error_code &EC,
377 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
379 ~raw_fd_ostream() override;
413 /// Return the value of the flag in this raw_fd_ostream indicating whether an

Completed in 157 milliseconds