Home
last modified time | relevance | path

Searched refs:getOutputStream (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkSizeDiff.cpp364 static ErrorOr<std::unique_ptr<ToolOutputFile>> getOutputStream() { in getOutputStream() function
455 auto MaybeOF = getOutputStream(); in outputAllDiffs()
/freebsd-14.2/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp366 getOutputStream(StringRef Path, DiagnosticsEngine &Diags, bool Binary) { in getOutputStream() function
430 getOutputStream(Opts.OutputPath, Diags, IsBinary); in ExecuteAssemblerImpl()
435 DwoOS = getOutputStream(Opts.SplitDwarfOutput, Diags, IsBinary); in ExecuteAssemblerImpl()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp263 ErrorOr<std::unique_ptr<ToolOutputFile>> getOutputStream() { in getOutputStream() function
498 auto OF = getOutputStream(); in main()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h114 raw_ostream &getOutputStream() { return *OutputStream; } in getOutputStream() function