OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pFOStream
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/Support/
ToolOutputFile.cpp
58
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/
ToolOutputFile.h
78
llvm::formatted_raw_ostream*
m_pFOStream
;
Completed in 881 milliseconds