Searched refs:Bitstream (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DBitstreamRemarkSerializer.cpp21 : Encoded(), R(), Bitstream(Encoded), ContainerType(ContainerType) {}
28 static void setRecordName(unsigned RecordID, BitstreamWriter &Bitstream, argument
33 Bitstream.EmitRecord(bitc::BLOCKINFO_CODE_SETRECORDNAME, R);
36 static void initBlock(unsigned BlockID, BitstreamWriter &Bitstream, argument
40 Bitstream.EmitRecord(bitc::BLOCKINFO_CODE_SETBID, R);
44 Bitstream.EmitRecord(bitc::BLOCKINFO_CODE_BLOCKNAME, R);
49 initBlock(META_BLOCK_ID, Bitstream, R, MetaBlockName);
52 setRecordName(RECORD_META_CONTAINER_INFO, Bitstream, R,
60 Bitstream.EmitBlockInfoAbbrev(META_BLOCK_ID, Abbrev);
64 setRecordName(RECORD_META_REMARK_VERSION, Bitstream,
[all...]
H A DRemarkFormat.cpp24 .Case("bitstream", Format::Bitstream)
40 .StartsWith(remarks::ContainerMagic, Format::Bitstream)
H A DBitstreamRemarkParser.h1 //===-- BitstreamRemarkParser.h - Parser for Bitstream remarks --*- C++/-*-===//
9 // This file provides the impementation of the Bitstream remark parser.
47 : RemarkParser(Format::Bitstream), ParserHelper(Buf) {}
51 : RemarkParser(Format::Bitstream), ParserHelper(Buf),
57 return P->ParserFormat == Format::Bitstream;
63 /// Parse a Bitstream remark.
H A DRemarkSerializer.cpp31 case Format::Bitstream:
49 case Format::Bitstream:
H A DRemarkParser.cpp60 case Format::Bitstream:
79 case Format::Bitstream:
99 case Format::Bitstream:
138 return wrap(new CParser(Format::Bitstream,
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DRemarkFormat.h25 enum class Format { Unknown, YAML, YAMLStrTab, Bitstream };
H A DBitstreamRemarkSerializer.h1 //===-- BitstreamRemarkSerializer.h - Bitstream serializer ------*- C++ -*-===//
10 // Bitstream format.
17 #include "llvm/Bitstream/BitstreamWriter.h"
55 /// The Bitstream writer.
56 BitstreamWriter Bitstream; member in struct:llvm::remarks::BitstreamRemarkSerializerHelper
76 // Disable copy and move: Bitstream points to Encoded, which needs special
153 return S->SerializerFormat == Format::Bitstream;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DRemarkStreamer.cpp133 case remarks::Format::Bitstream:
/freebsd-12-stable/lib/clang/libllvm/
H A DMakefile153 SRCS_MIN+= Bitstream/Reader/BitstreamReader.cpp

Completed in 180 milliseconds