Searched refs:Stream (Results 51 - 75 of 667) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp68 Stream::~Stream() = default;
70 Stream::StreamKind Stream::getKind(StreamType Type) {
97 std::unique_ptr<Stream> Stream::create(StreamType Type) {
290 static void streamMapping(yaml::IO &IO, RawContentStream &Stream) { argument
291 IO.mapOptional("Content", Stream.Content);
292 IO.mapOptional("Size", Stream.Size, Stream
295 streamValidate(RawContentStream &Stream) argument
307 streamMapping(yaml::IO &IO, MemoryInfoListStream &Stream) argument
311 streamMapping(yaml::IO &IO, MemoryListStream &Stream) argument
315 streamMapping(yaml::IO &IO, ModuleListStream &Stream) argument
319 streamMapping(yaml::IO &IO, SystemInfoStream &Stream) argument
349 streamMapping(yaml::IO &IO, TextContentStream &Stream) argument
370 streamMapping(yaml::IO &IO, ThreadListStream &Stream) argument
374 streamMapping(yaml::IO &IO, MinidumpYAML::ExceptionStream &Stream) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp249 : DiagOpts(Diags), Stream(Buffer), OutputFile(File.str()),
259 llvm::BitstreamWriter Stream; member in struct:__anon1913::SDiagsWriter::SharedState
315 llvm::BitstreamWriter &Stream,
319 Stream.EmitRecord(llvm::bitc::BLOCKINFO_CODE_SETBID, Record);
330 Stream.EmitRecord(llvm::bitc::BLOCKINFO_CODE_BLOCKNAME, Record);
335 llvm::BitstreamWriter &Stream,
343 Stream.EmitRecord(llvm::bitc::BLOCKINFO_CODE_SETRECORDNAME, Record);
388 State->Stream.EmitRecordWithBlob(State->Abbrevs.get(RECORD_FILENAME), Record,
399 State->Stream.EmitRecordWithAbbrev(State->Abbrevs.get(RECORD_SOURCE_RANGE),
406 State->Stream
314 EmitBlockID(unsigned ID, const char *Name, llvm::BitstreamWriter &Stream, RecordDataImpl &Record) argument
334 EmitRecordID(unsigned ID, const char *Name, llvm::BitstreamWriter &Stream, RecordDataImpl &Record) argument
518 llvm::BitstreamWriter &Stream = State->Stream; local
646 llvm::BitstreamWriter &Stream = State->Stream; local
703 llvm::BitstreamWriter &Stream = State->Stream; local
[all...]
H A DTestModuleFileExtension.cpp22 llvm::BitstreamWriter &Stream) {
30 auto Abbrev = Stream.EmitAbbrev(std::move(Abv));
41 Stream.EmitRecordWithBlob(Abbrev, Record, Message);
46 : ModuleFileExtensionReader(Ext), Stream(InStream)
52 Stream.advanceSkippingSubblocks();
70 Stream.readRecord(Entry.ID, Record, &Blob);
115 const llvm::BitstreamCursor &Stream)
128 new TestModuleFileExtension::Reader(this, Stream));
20 writeExtensionContents( Sema &SemaRef, llvm::BitstreamWriter &Stream) argument
112 createExtensionReader( const ModuleFileExtensionMetadata &Metadata, ASTReader &Reader, serialization::ModuleFile &Mod, const llvm::BitstreamCursor &Stream) argument
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddressResolver.h21 class Stream;
46 void GetDescription(Stream *s) override = 0;
H A DAddressResolverFileLine.h21 class Stream;
42 void GetDescription(Stream *s) override;
H A DAddressResolverName.h20 class Stream;
47 void GetDescription(Stream *s) override;
H A DFileLineResolver.h21 class Stream;
45 void GetDescription(Stream *s) override;
H A DStreamAsynchronousIO.h12 #include "lldb/Utility/Stream.h"
21 class StreamAsynchronousIO : public Stream {
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanBase.h28 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
29 bool ValidatePlan(Stream *error) override;
H A DThreadPlanPython.h38 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
40 bool ValidatePlan(Stream *error) override;
H A DThreadPlanStepInstruction.h25 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
26 bool ValidatePlan(Stream *error) override;
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStreamTee.h16 #include "lldb/Utility/Stream.h"
20 class StreamTee : public Stream {
23 : Stream(colors), m_streams_mutex(), m_streams() {}
26 : Stream(), m_streams_mutex(), m_streams() {
33 : Stream(), m_streams_mutex(), m_streams() {
42 : Stream(rhs), m_streams_mutex(), m_streams() {
52 Stream::operator=(rhs);
70 Stream *strm = pos->get();
126 Stream *strm = pos->get();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.h59 Stream &error_stream) = 0;
82 Stream &error_stream) = 0;
H A DClangASTMetadata.cpp10 #include "lldb/Utility/Stream.h"
14 void ClangASTMetadata::Dump(Stream *s) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallOnFunctionExit.cpp46 Stream *s, lldb::DescriptionLevel level) {
53 bool ThreadPlanCallOnFunctionExit::ValidatePlan(Stream *error) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DFormatters.h21 Stream << Name; \
26 static void format(const pdb::PdbRaw_ImplVer &V, llvm::raw_ostream &Stream, argument
H A DInfoStream.h1 //===- InfoStream.h - PDB Info Stream (Stream 1) Access ---------*- C++ -*-===//
32 InfoStream(std::unique_ptr<BinaryStream> Stream);
58 std::unique_ptr<BinaryStream> Stream; member in class:llvm::pdb::InfoStream
H A DPublicsStream.h1 //===- PublicsStream.h - PDB Public Symbol Stream -------- ------*- C++ -*-===//
29 PublicsStream(std::unique_ptr<msf::MappedBlockStream> Stream);
48 std::unique_ptr<msf::MappedBlockStream> Stream; member in class:llvm::pdb::PublicsStream
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugCrossExSubsection.cpp29 Error DebugCrossModuleExportsSubsectionRef::initialize(BinaryStreamRef Stream) { argument
30 BinaryStreamReader Reader(Stream);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamWriter.h35 explicit BinaryStreamWriter(WritableBinaryStream &Stream);
40 : Stream(Other.Stream), Offset(Other.Offset) {}
43 Stream = Other.Stream;
69 Buffer, Value, Stream.getEndian());
185 uint32_t getLength() const { return Stream.getLength(); }
190 WritableBinaryStreamRef Stream; member in class:llvm::BinaryStreamWriter
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DBitstreamRemarkParser.cpp38 BitstreamCursor &Stream, BitstreamBlockInfo &BlockInfo)
39 : Stream(Stream), BlockInfo(BlockInfo) {}
43 BitstreamCursor &Stream = Parser.Stream; local
48 Expected<unsigned> RecordID = Stream.readRecord(Code, Record, &Blob);
85 BitstreamCursor &Stream)
86 : Stream(Stream) {}
90 BitstreamCursor &Stream local
37 BitstreamMetaParserHelper( BitstreamCursor &Stream, BitstreamBlockInfo &BlockInfo) argument
84 BitstreamRemarkParserHelper( BitstreamCursor &Stream) argument
160 BitstreamCursor &Stream = ParserHelper.Stream; local
249 isBlock(BitstreamCursor &Stream, unsigned BlockID) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DBinaryStreamRef.cpp67 BinaryStreamRef::BinaryStreamRef(BinaryStream &Stream) argument
68 : BinaryStreamRefBase(Stream) {}
69 BinaryStreamRef::BinaryStreamRef(BinaryStream &Stream, uint32_t Offset, argument
71 : BinaryStreamRefBase(Stream, Offset, Length) {}
103 WritableBinaryStreamRef::WritableBinaryStreamRef(WritableBinaryStream &Stream) argument
104 : BinaryStreamRefBase(Stream) {}
106 WritableBinaryStreamRef::WritableBinaryStreamRef(WritableBinaryStream &Stream, argument
109 : BinaryStreamRefBase(Stream, Offset, Length) {}
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStoppoint.h25 virtual void Dump(Stream *) = 0;
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDynamicCheckerFunctions.h53 virtual bool DoCheckersExplainStop(lldb::addr_t addr, Stream &message) = 0;
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolContextScope.h98 virtual void DumpSymbolContext(Stream *s) = 0;

Completed in 219 milliseconds

1234567891011>>