Searched defs:raw_fd_ostream (Results 1 - 2 of 2) sorted by relevance
/external/llvm/lib/Support/ |
H A D | raw_ostream.cpp | 412 // raw_fd_ostream 415 /// raw_fd_ostream - Open the specified file for writing. If an error 419 raw_fd_ostream::raw_fd_ostream(const char *Filename, std::string &ErrorInfo, function in class:raw_fd_ostream 469 /// raw_fd_ostream ctor - FD is the file descriptor that this writes to. If 471 raw_fd_ostream::raw_fd_ostream(int fd, bool shouldClose, bool unbuffered) function in class:raw_fd_ostream 489 raw_fd_ostream::~raw_fd_ostream() { 517 void raw_fd_ostream [all...] |
/external/llvm/include/llvm/Support/ |
H A D | raw_ostream.h | 294 /// raw_fd_ostream - A raw_ostream that writes to a file descriptor. 296 class raw_fd_ostream : public raw_ostream { class in namespace:llvm 327 /// F_Excl - When opening a file, this flag makes raw_fd_ostream 341 /// raw_fd_ostream - Open the specified file for writing. If an error occurs, 351 raw_fd_ostream(const char *Filename, std::string &ErrorInfo, 354 /// raw_fd_ostream ctor - FD is the file descriptor that this writes to. If 356 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false); 358 ~raw_fd_ostream(); 384 /// has_error - Return the value of the flag in this raw_fd_ostream indicating
|
Completed in 71 milliseconds