Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Support/
DToolOutputFile.cpp59 m_pFormattedOstream(NULL) { in ToolOutputFile()
73 if (m_pFormattedOstream != NULL) in ~ToolOutputFile()
74 delete m_pFormattedOstream; in ~ToolOutputFile()
100 if (m_pFormattedOstream == NULL) { in formatted_os()
101 m_pFormattedOstream = new llvm::formatted_raw_ostream(os()); in formatted_os()
103 return *m_pFormattedOstream; in formatted_os()
/frameworks/compile/mclinker/include/mcld/Support/
DToolOutputFile.h71 llvm::formatted_raw_ostream* m_pFormattedOstream; variable