Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/tools/driver/
Dcc1as_main.cpp358 getOutputStream(StringRef Path, DiagnosticsEngine &Diags, bool Binary) { in getOutputStream() function
421 getOutputStream(Opts.OutputPath, Diags, IsBinary); in ExecuteAssemblerImpl()
426 DwoOS = getOutputStream(Opts.SplitDwarfOutput, Diags, IsBinary); in ExecuteAssemblerImpl()
/openbsd/src/gnu/llvm/llvm/tools/llvm-mca/
Dllvm-mca.cpp263 ErrorOr<std::unique_ptr<ToolOutputFile>> getOutputStream() { in getOutputStream() function
498 auto OF = getOutputStream(); in main()
/openbsd/src/gnu/llvm/llvm/include/llvm/ProfileData/
DSampleProfWriter.h53 raw_ostream &getOutputStream() { return *OutputStream; } in getOutputStream() function