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

/external/llvm/lib/Support/
H A Draw_ostream.cpp488 // raw_fd_ostream
513 raw_fd_ostream::raw_fd_ostream(StringRef Filename, std::error_code &EC, function in class:raw_fd_ostream
515 : raw_fd_ostream(getFD(Filename, EC, Flags), true) {}
519 raw_fd_ostream::raw_fd_ostream(int fd, bool shouldClose, bool unbuffered) function in class:raw_fd_ostream
543 raw_fd_ostream::~raw_fd_ostream() {
567 void raw_fd_ostream::write_impl(const char *Ptr, size_t Size) {
616 void raw_fd_ostream
[all...]
/external/swiftshader/third_party/LLVM/lib/Support/
H A Draw_ostream.cpp412 // 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/swiftshader/third_party/llvm-subzero/lib/Support/
H A Draw_ostream.cpp462 // raw_fd_ostream
487 raw_fd_ostream::raw_fd_ostream(StringRef Filename, std::error_code &EC, function in class:raw_fd_ostream
489 : raw_fd_ostream(getFD(Filename, EC, Flags), true) {}
493 raw_fd_ostream::raw_fd_ostream(int fd, bool shouldClose, bool unbuffered) function in class:raw_fd_ostream
517 raw_fd_ostream::~raw_fd_ostream() {
540 void raw_fd_ostream::write_impl(const char *Ptr, size_t Size) {
589 void raw_fd_ostream
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A Draw_ostream.h294 /// 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
/external/llvm/include/llvm/Support/
H A Draw_ostream.h344 class raw_fd_ostream : public raw_pwrite_stream { class in namespace:llvm
382 raw_fd_ostream(StringRef Filename, std::error_code &EC,
387 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
389 ~raw_fd_ostream() override;
411 /// Return the value of the flag in this raw_fd_ostream indicating whether an
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A Draw_ostream.h357 class raw_fd_ostream : public raw_pwrite_stream { class in namespace:llvm
395 raw_fd_ostream(StringRef Filename, std::error_code &EC,
400 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);
402 ~raw_fd_ostream() override;
424 /// Return the value of the flag in this raw_fd_ostream indicating whether an

Completed in 337 milliseconds