Searched defs:GetOutputStream (Results 1 - 4 of 4) sorted by path

/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp303 static raw_ostream *GetOutputStream(CompilerInstance &CI, function
326 OwningPtr<raw_ostream> OS(GetOutputStream(CI, InFile, BA));
368 raw_ostream *OS = GetOutputStream(CI, getCurrentFile(), BA);
/external/clang/tools/driver/
H A Dcc1as_main.cpp233 static formatted_raw_ostream *GetOutputStream(AssemblerInvocation &Opts, function
291 formatted_raw_ostream *Out = GetOutputStream(Opts, Diags, IsBinary);
/external/llvm/tools/llc/
H A Dllc.cpp293 static tool_output_file *GetOutputStream(const char *TargetName, function
496 (GetOutputStream(TheTarget->getName(), TheTriple.getOS(), argv[0]));
/external/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp197 static tool_output_file *GetOutputStream() { function
394 OwningPtr<tool_output_file> Out(GetOutputStream());

Completed in 219 milliseconds