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

/openbsd-current/gnu/usr.bin/clang/libLLVMBitstreamReader/
H A DMakefile7 CPPFLAGS+= -I${LLVM_SRCS}/include/llvm/Bitstream
11 .PATH: ${.CURDIR}/../../../llvm/llvm/lib/Bitstream/Reader
/openbsd-current/gnu/llvm/llvm/lib/Remarks/
H A DBitstreamRemarkSerializer.cpp23 : Bitstream(Encoded), ContainerType(ContainerType) {}
29 static void setRecordName(unsigned RecordID, BitstreamWriter &Bitstream, argument
34 Bitstream.EmitRecord(bitc::BLOCKINFO_CODE_SETRECORDNAME, R);
37 static void initBlock(unsigned BlockID, BitstreamWriter &Bitstream, argument
41 Bitstream.EmitRecord(bitc::BLOCKINFO_CODE_SETBID, R);
45 Bitstream.EmitRecord(bitc::BLOCKINFO_CODE_BLOCKNAME, R);
50 initBlock(META_BLOCK_ID, Bitstream, R, MetaBlockName);
53 setRecordName(RECORD_META_CONTAINER_INFO, Bitstream, R,
61 Bitstream.EmitBlockInfoAbbrev(META_BLOCK_ID, Abbrev);
65 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.
49 : RemarkParser(Format::Bitstream), ParserHelper(Buf) {}
53 : RemarkParser(Format::Bitstream), ParserHelper(Buf),
59 return P->ParserFormat == Format::Bitstream;
65 /// 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,
H A DRemarkStreamer.cpp69 case remarks::Format::Bitstream:
/openbsd-current/gnu/llvm/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"
57 /// The Bitstream writer.
58 BitstreamWriter Bitstream; member in struct:llvm::remarks::BitstreamRemarkSerializerHelper
78 // Disable copy and move: Bitstream points to Encoded, which needs special
155 return S->SerializerFormat == Format::Bitstream;
/openbsd-current/gnu/llvm/llvm/tools/dsymutil/
H A DLinkUtils.h96 remarks::Format RemarksFormat = remarks::Format::Bitstream;
H A DDwarfLinkerForBinary.cpp255 Options.RemarksFormat == remarks::Format::Bitstream
/openbsd-current/gnu/llvm/llvm/tools/llvm-remarkutil/
H A DRemarkUtil.cpp56 static constexpr Format OutputFormat = Format::Bitstream;
62 static constexpr Format InputFormat = Format::Bitstream;
72 clEnumValN(Format::Bitstream, "bitstream", "Bitstream")),
111 assert((OutputFormat == Format::YAML || OutputFormat == Format::Bitstream) &&
112 "Expected one of YAML or Bitstream!");
/openbsd-current/gnu/llvm/llvm/utils/
H A DGenLibDeps.pl99 $libpath =~ s/^BitstreamReader/Bitstream\/Reader/;
100 $libpath =~ s/^BitstreamWriter/Bitstream\/Writer/;
141 $libpath =~ s/^BitstreamReader/Bitstream\/Reader/;
142 $libpath =~ s/^BitstreamWriter/Bitstream\/Writer/;
/openbsd-current/gnu/llvm/llvm/tools/llvm-remark-size-diff/
H A DRemarkSizeDiff.cpp54 clEnumVal(bitstream, "Bitstream format")));
308 ParserFormat == bitstream ? remarks::Format::Bitstream

Completed in 148 milliseconds