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

/external/llvm/tools/llc/
H A Dllc.cpp100 static tool_output_file *GetOutputStream(const char *TargetName, function
310 (GetOutputStream(TheTarget->getName(), TheTriple.getOS(), argv[0]));
/external/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp208 static tool_output_file *GetOutputStream() { function
416 OwningPtr<tool_output_file> Out(GetOutputStream());
/external/clang/tools/driver/
H A Dcc1as_main.cpp240 static formatted_raw_ostream *GetOutputStream(AssemblerInvocation &Opts, function
298 formatted_raw_ostream *Out = GetOutputStream(Opts, Diags, IsBinary);
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp322 static raw_ostream *GetOutputStream(CompilerInstance &CI, function
345 OwningPtr<raw_ostream> OS(GetOutputStream(CI, InFile, BA));
387 raw_ostream *OS = GetOutputStream(CI, getCurrentFile(), BA);

Completed in 223 milliseconds