HomeSort by relevance Sort by last modified time
    Searched refs:m_pFormattedOstream (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/Support/
ToolOutputFile.cpp 59 m_pFormattedOstream(NULL) {
73 if (m_pFormattedOstream != NULL)
74 delete m_pFormattedOstream;
100 if (m_pFormattedOstream == NULL) {
101 m_pFormattedOstream = new llvm::formatted_raw_ostream(os());
103 return *m_pFormattedOstream;
  /frameworks/compile/mclinker/include/mcld/Support/
ToolOutputFile.h 71 llvm::formatted_raw_ostream* m_pFormattedOstream;

Completed in 51 milliseconds