Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h46 Stream &GetOutputStream() { in GetOutputStream() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h153 StreamFile &GetOutputStream() { return *m_output_stream_sp; } in GetOutputStream() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp255 static std::unique_ptr<ToolOutputFile> GetOutputStream(StringRef Path, in GetOutputStream() function
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp258 static std::unique_ptr<ToolOutputFile> GetOutputStream(const char *TargetName, in GetOutputStream() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp998 GetOutputStream(CompilerInstance &CI, StringRef InFile, BackendAction Action) { in GetOutputStream() function