Searched refs:OutputStream (Results 1 - 17 of 17) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp70 uint64_t SectionStart = OutputStream->tell();
76 LocalBufStream.swap(OutputStream);
87 auto &OS = *OutputStream;
108 LocalBufStream.swap(OutputStream);
113 OutputStream->tell() - SectionStart, LayoutIdx});
146 encodeULEB128(Ret->second, *OutputStream);
152 uint64_t Offset = OutputStream->tell();
155 encodeULEB128(S.getHeadSamples(), *OutputStream);
160 auto &OS = *OutputStream;
197 auto &OS = *OutputStream;
[all...]
/openbsd-current/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp262 Action.OutputStream = OS;
271 if (!OutputStream) {
272 OutputStream =
274 if (!OutputStream)
278 auto &OS = *OutputStream;
298 std::make_unique<RewriteImportsListener>(CI, OutputStream));
316 (*OutputStream) << OS.str();
318 RewriteIncludesInInput(CI.getPreprocessor(), OutputStream.get(),
322 OutputStream.reset();
/openbsd-current/gnu/llvm/llvm/include/llvm/WindowsResource/
H A DResourceProcessor.h39 std::unique_ptr<raw_fd_ostream> OutputStream);
/openbsd-current/gnu/llvm/lldb/tools/lldb-vscode/
H A DIOStream.h64 struct OutputStream { struct in namespace:lldb_vscode
H A DIOStream.cpp72 bool OutputStream::write_full(llvm::StringRef str) {
H A DVSCode.h126 OutputStream output;
/openbsd-current/gnu/usr.bin/perl/dist/IO/
H A DIO.xs41 typedef PerlIO * OutputStream;
46 typedef FILE * OutputStream;
240 OutputStream fp;
361 OutputStream out = IoOFP(io);
382 OutputStream out = IoOFP(io);
426 OutputStream handle
443 OutputStream handle
463 OutputStream handle = 0;
494 OutputStream handle = NULL;
/openbsd-current/gnu/llvm/clang/include/clang/Rewrite/Frontend/
H A DFrontendActions.h76 std::shared_ptr<raw_ostream> OutputStream; member in class:clang::RewriteIncludesAction
/openbsd-current/gnu/llvm/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h53 raw_ostream &getOutputStream() { return *OutputStream; }
74 : OutputStream(std::move(OS)) {}
83 std::unique_ptr<raw_ostream> OutputStream; member in class:llvm::sampleprof::SampleProfileWriter
293 // held by OutputStream if we try to add a section which needs
/openbsd-current/gnu/llvm/clang/tools/scan-build/libexec/
H A Dccc-analyzer194 my $OutputStream = silent_system($HtmlDir, $Clang, "-###", $mode, @$Args);
195 while (<$OutputStream>) {
283 my $OutputStream = silent_system($HtmlDir, $Cmd, @CmdArgs);
284 while ( <$OutputStream> ) {
/openbsd-current/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInstance.h179 std::unique_ptr<llvm::raw_pwrite_stream> OutputStream; member in class:clang::CompilerInstance
766 OutputStream = std::move(OutStream);
770 return std::move(OutputStream);
H A DFrontendActions.h182 llvm::raw_ostream *OutputStream = nullptr; member in class:clang::DumpModuleInfoAction
/openbsd-current/gnu/llvm/clang/lib/Frontend/
H A DFrontendActions.cpp790 OutputStream = OutFile.get();
792 llvm::raw_ostream &Out = OutputStream ? *OutputStream : llvm::outs();
/openbsd-current/gnu/llvm/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp910 llvm::BitstreamWriter OutputStream(OutputBuffer);
911 if (Builder.writeIndex(OutputStream))
/openbsd-current/gnu/usr.bin/perl/dist/Storable/
H A DStorable.xs7704 * right object for us. Hence the OutputStream and InputStream declarations.
7710 #ifndef OutputStream
7711 #define OutputStream PerlIO *
7713 #endif /* !OutputStream */
7774 OutputStream f
/openbsd-current/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp2181 dump_module_info.OutputStream = &result.GetOutputStream().AsRawOstream();
/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs20 typedef PerlIO * OutputStream;
4680 OutputStream

Completed in 186 milliseconds