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

/frameworks/compile/mclinker/lib/Support/
H A DToolOutputFile.cpp58 m_pFOStream(NULL) {
75 delete m_pFOStream;
96 if (NULL == m_pFOStream) {
98 m_pFOStream = new llvm::formatted_raw_ostream(*m_pOStream);
101 return *m_pFOStream;
/frameworks/compile/mclinker/include/mcld/Support/
H A DToolOutputFile.h78 llvm::formatted_raw_ostream* m_pFOStream; member in class:mcld::ToolOutputFile

Completed in 151 milliseconds