Home
last modified time | relevance | path

Searched defs:GetOutputStream (Results 1 – 7 of 7) sorted by relevance

/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h46 Stream &GetOutputStream() { GetOutputStream() function
/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h146 StreamFile &GetOutputStream() { return *m_output_stream_sp; } in GetOutputStream() function
/llvm-project/llvm/tools/llvm-ml/
H A Dllvm-ml.cpp96 static std::unique_ptr<ToolOutputFile> GetOutputStream(StringRef Path) { GetOutputStream() function
/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp246 static std::unique_ptr<ToolOutputFile> GetOutputStream(StringRef Path, GetOutputStream() function
/llvm-project/llvm/tools/llc/
H A Dllc.cpp258 static std::unique_ptr<ToolOutputFile> GetOutputStream(const char *TargetName, GetOutputStream() function
/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp979 GetOutputStream(CompilerInstance &CI, StringRef InFile, BackendAction Action) { GetOutputStream() function
/llvm-project/third-party/benchmark/include/benchmark/
H A Dbenchmark.h1919 std::ostream& GetOutputStream() const { return *output_stream_; } in GetOutputStream() function