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

/frameworks/compile/mclinker/include/mcld/Support/
H A Draw_ostream.h17 class raw_fd_ostream : public llvm::raw_fd_ostream class in namespace:mcld
20 /// raw_fd_ostream - Open the specified file for writing. If an error occurs,
30 raw_fd_ostream(const char *pFilename,
34 /// raw_fd_ostream ctor - FD is the file descriptor that this writes to. If
36 raw_fd_ostream(int pFD, bool pShouldClose, bool pUnbuffered=false);
38 virtual ~raw_fd_ostream();
61 mcld::raw_fd_ostream &outs();
65 mcld::raw_fd_ostream &errs();
/frameworks/compile/mclinker/lib/Support/
H A Draw_ostream.cpp38 mcld::raw_fd_ostream::raw_fd_ostream(const char *pFilename, function in class:mcld::raw_fd_ostream
41 : llvm::raw_fd_ostream(pFilename, pErrorInfo, pFlags),
46 mcld::raw_fd_ostream::raw_fd_ostream(int pFD, function in class:mcld::raw_fd_ostream
49 : llvm::raw_fd_ostream(pFD, pShouldClose, pUnbuffered),
54 mcld::raw_fd_ostream::~raw_fd_ostream()
58 void mcld::raw_fd_ostream::setColor(bool pEnable)
65 mcld::raw_fd_ostream
[all...]

Completed in 144 milliseconds