Home
last modified time | relevance | path

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

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