Searched refs:getOutputStream (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/FrontendAction/ |
| H A D | CIRGenAction.cpp | 164 getOutputStream(CompilerInstance &CI, StringRef InFile, in getOutputStream() function 186 Out = getOutputStream(CI, InFile, Action); in CreateASTConsumer()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/ |
| H A D | RemarkSizeDiff.cpp | 364 static ErrorOr<std::unique_ptr<ToolOutputFile>> getOutputStream() { in getOutputStream() function 455 auto MaybeOF = getOutputStream(); in outputAllDiffs()
|
| /freebsd/contrib/llvm-project/clang/tools/driver/ |
| H A D | cc1as_main.cpp | 399 getOutputStream(StringRef Path, DiagnosticsEngine &Diags, bool Binary) { in getOutputStream() function 468 getOutputStream(Opts.OutputPath, Diags, IsBinary); in ExecuteAssemblerImpl() 473 DwoOS = getOutputStream(Opts.SplitDwarfOutput, Diags, IsBinary); in ExecuteAssemblerImpl()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-mca/ |
| H A D | llvm-mca.cpp | 316 ErrorOr<std::unique_ptr<ToolOutputFile>> getOutputStream() { in getOutputStream() function 551 auto OF = getOutputStream(); in main()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | SampleProfWriter.h | 115 raw_ostream &getOutputStream() { return *OutputStream; } in getOutputStream() function
|