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

/external/llvm/lib/Support/
H A Draw_ostream.cpp426 // raw_fd_ostream
429 /// raw_fd_ostream - Open the specified file for writing. If an error
433 raw_fd_ostream::raw_fd_ostream(const char *Filename, std::string &ErrorInfo, function in class:raw_fd_ostream
466 /// raw_fd_ostream ctor - FD is the file descriptor that this writes to. If
468 raw_fd_ostream::raw_fd_ostream(int fd, bool shouldClose, bool unbuffered) function in class:raw_fd_ostream
487 raw_fd_ostream::~raw_fd_ostream() {
515 void raw_fd_ostream
[all...]
/external/llvm/include/llvm/Support/
H A Draw_ostream.h313 /// raw_fd_ostream - A raw_ostream that writes to a file descriptor.
315 class raw_fd_ostream : public raw_ostream { class in namespace:llvm
344 /// raw_fd_ostream - Open the specified file for writing. If an error occurs,
354 raw_fd_ostream(const char *Filename, std::string &ErrorInfo,
357 /// raw_fd_ostream ctor - FD is the file descriptor that this writes to. If
359 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
361 ~raw_fd_ostream();
391 /// has_error - Return the value of the flag in this raw_fd_ostream indicating

Completed in 42 milliseconds