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

/frameworks/compile/mclinker/include/mcld/Support/
H A Draw_ostream.h19 class raw_fd_ostream : public llvm::raw_fd_ostream class in namespace:mcld
22 /// raw_fd_ostream - Open the specified file for writing. If an error occurs,
32 raw_fd_ostream(const char *pFilename,
36 /// raw_fd_ostream ctor - FD is the file descriptor that this writes to. If
38 raw_fd_ostream(int pFD, bool pShouldClose, bool pUnbuffered=false);
40 virtual ~raw_fd_ostream();
63 mcld::raw_fd_ostream &outs();
67 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 172 milliseconds