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

/external/llvm/lib/Support/
H A Draw_ostream.cpp413 // raw_fd_ostream
416 /// raw_fd_ostream - Open the specified file for writing. If an error
420 raw_fd_ostream::raw_fd_ostream(const char *Filename, std::string &ErrorInfo, function in class:raw_fd_ostream
470 /// raw_fd_ostream ctor - FD is the file descriptor that this writes to. If
472 raw_fd_ostream::raw_fd_ostream(int fd, bool shouldClose, bool unbuffered) function in class:raw_fd_ostream
490 raw_fd_ostream::~raw_fd_ostream() {
518 void raw_fd_ostream
[all...]
/external/llvm/include/llvm/Support/
H A Draw_ostream.h303 /// raw_fd_ostream - A raw_ostream that writes to a file descriptor.
305 class raw_fd_ostream : public raw_ostream { class in namespace:llvm
336 /// F_Excl - When opening a file, this flag makes raw_fd_ostream
350 /// raw_fd_ostream - Open the specified file for writing. If an error occurs,
360 raw_fd_ostream(const char *Filename, std::string &ErrorInfo,
363 /// raw_fd_ostream ctor - FD is the file descriptor that this writes to. If
365 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
367 ~raw_fd_ostream();
397 /// has_error - Return the value of the flag in this raw_fd_ostream indicating

Completed in 75 milliseconds