Home
last modified time | relevance | path

Searched refs:Bitstream (Results 1 – 25 of 37) sorted by relevance

12

/openbsd-src/gnu/llvm/llvm/lib/Remarks/
H A DBitstreamRemarkSerializer.cpp23 : Bitstream(Encoded), ContainerType(ContainerType) {} in BitstreamRemarkSerializerHelper()
29 static void setRecordName(unsigned RecordID, BitstreamWriter &Bitstream, in setRecordName() argument
34 Bitstream.EmitRecord(bitc::BLOCKINFO_CODE_SETRECORDNAME, R); in setRecordName()
37 static void initBlock(unsigned BlockID, BitstreamWriter &Bitstream, in initBlock() argument
41 Bitstream.EmitRecord(bitc::BLOCKINFO_CODE_SETBID, R); in initBlock()
45 Bitstream.EmitRecord(bitc::BLOCKINFO_CODE_BLOCKNAME, R); in initBlock()
50 initBlock(META_BLOCK_ID, Bitstream, R, MetaBlockName); in setupMetaBlockInfo()
53 setRecordName(RECORD_META_CONTAINER_INFO, Bitstream, R, in setupMetaBlockInfo()
61 Bitstream.EmitBlockInfoAbbrev(META_BLOCK_ID, Abbrev); in setupMetaBlockInfo()
65 setRecordName(RECORD_META_REMARK_VERSION, Bitstream, R, in setupMetaRemarkVersion()
[all …]
H A DBitstreamRemarkParser.h49 : RemarkParser(Format::Bitstream), ParserHelper(Buf) {} in BitstreamRemarkParser()
53 : RemarkParser(Format::Bitstream), ParserHelper(Buf), in BitstreamRemarkParser()
59 return P->ParserFormat == Format::Bitstream; in classof()
H A DRemarkParser.cpp60 case Format::Bitstream: in createRemarkParser()
79 case Format::Bitstream: in createRemarkParser()
99 case Format::Bitstream: in createRemarkParserFromMeta()
138 return wrap(new CParser(Format::Bitstream, in LLVMRemarkParserCreateBitstream()
H A DRemarkFormat.cpp24 .Case("bitstream", Format::Bitstream) in parseFormat()
40 .StartsWith(remarks::ContainerMagic, Format::Bitstream) in magicToFormat()
H A DRemarkSerializer.cpp31 case Format::Bitstream: in createRemarkSerializer()
49 case Format::Bitstream: in createRemarkSerializer()
H A DRemarkStreamer.cpp69 case remarks::Format::Bitstream: in needsSection()
/openbsd-src/gnu/usr.bin/clang/libLLVMBitstreamReader/
H A DMakefile7 CPPFLAGS+= -I${LLVM_SRCS}/include/llvm/Bitstream
11 .PATH: ${.CURDIR}/../../../llvm/llvm/lib/Bitstream/Reader
/openbsd-src/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) && in getOutputFileForRemarks()
/openbsd-src/gnu/llvm/llvm/include/llvm/Remarks/
H A DBitstreamRemarkSerializer.h58 BitstreamWriter Bitstream; member
155 return S->SerializerFormat == Format::Bitstream; in classof()
H A DRemarkFormat.h25 enum class Format { Unknown, YAML, YAMLStrTab, Bitstream }; enumerator
/openbsd-src/gnu/llvm/llvm/lib/Bitstream/Reader/
H A DCMakeLists.txt6 ${LLVM_MAIN_INCLUDE_DIR}/llvm/Bitstream
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Bitstream/
H A DBUILD.gn4 deps = [ "//llvm/lib/Bitstream/Reader" ]
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Remarks/
H A DBUILD.gn4 "//llvm/lib/Bitstream/Reader",
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Bitcode/Reader/
H A DBUILD.gn5 "//llvm/lib/Bitstream/Reader",
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-tli-checker/
H A DBUILD.gn14 "//llvm/lib/Bitstream/Reader",
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DLinkUtils.h96 remarks::Format RemarksFormat = remarks::Format::Bitstream;
H A DDwarfLinkerForBinary.cpp255 Options.RemarksFormat == remarks::Format::Bitstream in emitRemarks()
/openbsd-src/gnu/llvm/llvm/lib/
H A DCMakeLists.txt15 add_subdirectory(Bitstream)
/openbsd-src/gnu/llvm/lld/docs/llvm-theme/static/
H A Dllvm.css215 'Bitstream Vera Sans Mono', monospace;
246 'Bitstream Vera Sans Mono', monospace;
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/
H A DBUILD.gn10 "Bitstream:BitstreamTests",
/openbsd-src/gnu/llvm/llvm/docs/_themes/llvm-theme/static/
H A Dllvm-theme.css239 'Bitstream Vera Sans Mono', monospace;
273 'Bitstream Vera Sans Mono', monospace;
/openbsd-src/gnu/llvm/llvm/tools/llvm-remark-size-diff/
H A DRemarkSizeDiff.cpp308 ParserFormat == bitstream ? remarks::Format::Bitstream in readFileAndProcessRemarks()
/openbsd-src/gnu/llvm/llvm/include/llvm/
H A Dmodule.modulemap53 umbrella "Bitstream"
/openbsd-src/gnu/llvm/llvm/docs/
H A DRemarks.rst397 Bitstream remarks are designed to be used in two different modes:
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormattedStatus.rst4132 * - llvm/include/llvm/Bitstream
4542 * - llvm/lib/Bitstream/Reader
6032 * - llvm/unittests/Bitstream

12