Searched refs:raw_fd_ostream (Results 1 – 3 of 3) sorted by relevance
37 raw_fd_ostream::raw_fd_ostream(const char* pFilename, in raw_fd_ostream() function in mcld::raw_fd_ostream45 raw_fd_ostream::raw_fd_ostream(int pFD, in raw_fd_ostream() function in mcld::raw_fd_ostream53 raw_fd_ostream::~raw_fd_ostream() { in ~raw_fd_ostream()56 void raw_fd_ostream::setColor(bool pEnable) { in setColor()61 llvm::raw_ostream& raw_fd_ostream::changeColor( in changeColor()73 return llvm::raw_fd_ostream::resetColor(); in resetColor()82 bool raw_fd_ostream::is_displayed() const { in is_displayed()86 return llvm::raw_fd_ostream::is_displayed(); in is_displayed()92 raw_fd_ostream& outs() { in outs()94 static raw_fd_ostream S(STDOUT_FILENO, false); in outs()[all …]
18 class raw_fd_ostream : public llvm::raw_fd_ostream {30 raw_fd_ostream(const char* pFilename,36 raw_fd_ostream(int pFD, bool pShouldClose, bool pUnbuffered = false);38 virtual ~raw_fd_ostream();59 mcld::raw_fd_ostream& outs();63 mcld::raw_fd_ostream& errs();
166 llvm::raw_fd_ostream out_stream(pOutputPath, error, llvm::sys::fs::F_RW); in compileScript()191 std::unique_ptr<llvm::raw_fd_ostream> IRStream; in compileScript()195 IRStream.reset(new llvm::raw_fd_ostream( in compileScript()