Searched refs:m_pFdOstream (Results 1 – 2 of 2) sorted by relevance
58 m_pFdOstream(NULL), in ToolOutputFile()75 if (m_pFdOstream != NULL) in ~ToolOutputFile()76 delete m_pFdOstream; in ~ToolOutputFile()88 if (m_pFdOstream == NULL) { in os()92 m_pFdOstream = new llvm::raw_fd_ostream(m_FileHandle.handler(), false); in os()94 return *m_pFdOstream; in os()
70 llvm::raw_fd_ostream* m_pFdOstream; variable