Searched defs:GetOutputStream (Results 1 - 5 of 5) 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.cpp109 GetOutputStream(const char *TargetName, Triple::OSType OS, function
307 GetOutputStream(TheTarget->getName(), TheTriple.getOS(), argv[0]);
/external/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp211 static std::unique_ptr<tool_output_file> GetOutputStream() { function
467 std::unique_ptr<tool_output_file> Out = GetOutputStream();
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp663 GetOutputStream(CompilerInstance &CI, StringRef InFile, BackendAction Action) { function
685 raw_pwrite_stream *OS = GetOutputStream(CI, InFile, BA);
741 raw_pwrite_stream *OS = GetOutputStream(CI, getCurrentFile(), BA);

Completed in 6970 milliseconds