Home
last modified time | relevance | path

Searched refs:formatted_raw_ostream (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
DToolOutputFile.h16 class formatted_raw_ostream; variable
46 llvm::formatted_raw_ostream& formatted_os();
71 llvm::formatted_raw_ostream* m_pFormattedOstream;
/frameworks/compile/mclinker/lib/Support/
DToolOutputFile.cpp98 llvm::formatted_raw_ostream& ToolOutputFile::formatted_os() in formatted_os()
101 m_pFormattedOstream = new llvm::formatted_raw_ostream(os()); in formatted_os()
/frameworks/compile/slang/
Dslang_backend.h31 class formatted_raw_ostream; variable
69 llvm::formatted_raw_ostream FormattedOutStream;
Dslang_backend.cpp224 llvm::formatted_raw_ostream::PRESERVE_STREAM); in Backend()
/frameworks/compile/mclinker/include/mcld/CodeGen/
DTargetMachine.h21 class formatted_raw_ostream; variable
88 llvm::formatted_raw_ostream &pOutput,
/frameworks/compile/mclinker/lib/CodeGen/
DMCLDTargetMachine.cpp280 llvm::formatted_raw_ostream &pOutput, in addCompilerPasses()