Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Support/
DToolOutputFile.cpp58 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()
/frameworks/compile/mclinker/include/mcld/Support/
DToolOutputFile.h70 llvm::raw_fd_ostream* m_pFdOstream; variable