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

/external/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h54 GetOutputStream () function in class:lldb_private::CommandReturnObject
/external/lldb/include/lldb/Core/
H A DDebugger.h128 GetOutputStream () function in class:lldb_private::Debugger
/external/llvm/tools/llc/
H A Dllc.cpp114 static tool_output_file *GetOutputStream(const char *TargetName, function
307 GetOutputStream(TheTarget->getName(), TheTriple.getOS(), argv[0]));
/external/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp207 static tool_output_file *GetOutputStream() { function
438 std::unique_ptr<tool_output_file> Out(GetOutputStream());
/external/clang/tools/driver/
H A Dcc1as_main.cpp254 static formatted_raw_ostream *GetOutputStream(AssemblerInvocation &Opts, function
317 GetOutputStream(Opts, Diags, IsBinary));
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp572 static raw_ostream *GetOutputStream(CompilerInstance &CI, function
596 std::unique_ptr<raw_ostream> OS(GetOutputStream(CI, InFile, BA));
638 raw_ostream *OS = GetOutputStream(CI, getCurrentFile(), BA);

Completed in 123 milliseconds