Searched defs:GetOutputStream (Results 1 - 5 of 5) sorted by relevance
/external/lldb/include/lldb/Interpreter/ |
H A D | CommandReturnObject.h | 54 GetOutputStream () function in class:lldb_private::CommandReturnObject
|
/external/lldb/include/lldb/Core/ |
H A D | Debugger.h | 128 GetOutputStream () function in class:lldb_private::Debugger
|
/external/llvm/tools/llc/ |
H A D | llc.cpp | 109 GetOutputStream(const char *TargetName, Triple::OSType OS, function 307 GetOutputStream(TheTarget->getName(), TheTriple.getOS(), argv[0]);
|
/external/llvm/tools/llvm-mc/ |
H A D | llvm-mc.cpp | 211 static std::unique_ptr<tool_output_file> GetOutputStream() { function 467 std::unique_ptr<tool_output_file> Out = GetOutputStream();
|
/external/clang/lib/CodeGen/ |
H A D | CodeGenAction.cpp | 663 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