Searched refs:m_pFdOstream (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Support/
H A DToolOutputFile.cpp58 m_pFdOstream(NULL),
75 if (m_pFdOstream != NULL)
76 delete m_pFdOstream;
88 if (m_pFdOstream == NULL) {
92 m_pFdOstream = new llvm::raw_fd_ostream(m_FileHandle.handler(), false);
94 return *m_pFdOstream;
/frameworks/compile/mclinker/include/mcld/Support/
H A DToolOutputFile.h70 llvm::raw_fd_ostream* m_pFdOstream; member in class:mcld::ToolOutputFile

Completed in 70 milliseconds