Searched refs:raw_fd_ostream (Results 1 - 7 of 7) sorted by relevance

/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...]
H A DToolOutputFile.cpp84 /// os - Return the containeed raw_fd_ostream.
86 llvm::raw_fd_ostream& ToolOutputFile::os()
92 m_pFdOstream = new llvm::raw_fd_ostream(m_FileHandle.handler(), false);
/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();
H A DToolOutputFile.h42 /// os - Return the contained raw_fd_ostream
43 llvm::raw_fd_ostream& os();
70 llvm::raw_fd_ostream* m_pFdOstream;
/frameworks/compile/libbcc/include/bcc/Support/
H A DOutputFile.h24 class raw_fd_ostream;
39 // descriptor it contains and wrap it in llvm::raw_fd_ostream object. It
42 llvm::raw_fd_ostream *dup();
/frameworks/compile/libbcc/lib/Support/
H A DOutputFile.cpp74 llvm::raw_fd_ostream *OutputFile::dup() {
91 llvm::raw_fd_ostream *result =
92 new (std::nothrow) llvm::raw_fd_ostream(newfd, /* shouldClose */true);
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp298 llvm::raw_fd_ostream *IRStream = NULL;

Completed in 260 milliseconds