Home
last modified time | relevance | path

Searched refs:EnterSubblock (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Remarks/
H A DBitstreamRemarkSerializer.cpp239 Bitstream.EnterSubblock(META_BLOCK_ID, 3); in emitMetaBlock()
272 Bitstream.EnterSubblock(REMARK_BLOCK_ID, 4); in emitRemarkBlock()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp827 Stream.EnterSubblock(bitc::PARAMATTR_GROUP_BLOCK_ID, 3); in writeAttributeGroupTable()
876 Stream.EnterSubblock(bitc::PARAMATTR_BLOCK_ID, 3); in writeAttributeTable()
897 Stream.EnterSubblock(bitc::TYPE_BLOCK_ID_NEW, 4 /*count from # abbrevs */); in writeTypeTable()
2267 Stream.EnterSubblock(bitc::METADATA_BLOCK_ID, 4); in writeModuleMetadata()
2362 Stream.EnterSubblock(bitc::METADATA_BLOCK_ID, 3); in writeFunctionMetadata()
2381 Stream.EnterSubblock(bitc::METADATA_ATTACHMENT_ID, 3); in writeFunctionMetadataAttachment()
2425 Stream.EnterSubblock(bitc::METADATA_KIND_BLOCK_ID, 3); in writeModuleMetadataKinds()
2452 Stream.EnterSubblock(bitc::OPERAND_BUNDLE_TAGS_BLOCK_ID, 3); in writeOperandBundleTags()
2472 Stream.EnterSubblock(bitc::SYNC_SCOPE_NAMES_BLOCK_ID, 2); in writeSyncScopeNames()
2488 Stream.EnterSubblock(bitc::CONSTANTS_BLOCK_ID, 4); in writeConstants()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp406 Stream->EnterSubblock(Block, 3); in writeBlob()
871 Stream.EnterSubblock(bitc::PARAMATTR_GROUP_BLOCK_ID, 3); in writeAttributeGroupTable()
937 Stream.EnterSubblock(bitc::PARAMATTR_BLOCK_ID, 3); in writeAttributeTable()
959 Stream.EnterSubblock(bitc::TYPE_BLOCK_ID_NEW, 4 /*count from # abbrevs */); in writeTypeTable()
1795 Stream.EnterSubblock(bitc::METADATA_BLOCK_ID, 5); in writeModuleMetadata()
1845 Stream.EnterSubblock(bitc::METADATA_BLOCK_ID, 4); in writeFunctionMetadata()
1853 Stream.EnterSubblock(bitc::METADATA_ATTACHMENT_ID, 3); in writeFunctionMetadataAttachment()
1903 Stream.EnterSubblock(bitc::METADATA_BLOCK_ID, 3); in writeModuleMetadataKinds()
1922 Stream.EnterSubblock(bitc::CONSTANTS_BLOCK_ID, 4); in writeConstants()
2563 Stream.EnterSubblock(bitc::VALUE_SYMTAB_BLOCK_ID, 4); in writeFunctionLevelValueSymbolTable()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h276 void EnterSubblock(unsigned BlockID, unsigned CodeLen) { in EnterSubblock() function
577 EnterSubblock(bitc::BLOCKINFO_BLOCK_ID, 2); in EnterBlockInfoBlock()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp520 Stream.EnterSubblock(BLOCK_META, 3); in EmitMetaBlock()
678 State->Stream.EnterSubblock(BLOCK_DIAG, 4); in EnterDiagBlock()
/openbsd-src/gnu/llvm/llvm/include/llvm/Bitcode/
H A DBitcodeConvenience.h480 Stream.EnterSubblock(block, abbrev);
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp1141 Stream.EnterSubblock(UNHASHED_CONTROL_BLOCK_ID, 5); in writeUnhashedControlBlock()
1235 Stream.EnterSubblock(CONTROL_BLOCK_ID, 5); in WriteControlBlock()
1368 Stream.EnterSubblock(OPTIONS_BLOCK_ID, 4); in WriteControlBlock()
1528 Stream.EnterSubblock(INPUT_FILES_BLOCK_ID, 4); in WriteInputFiles()
2039 Stream.EnterSubblock(SOURCE_MANAGER_BLOCK_ID, 4); in WriteSourceManagerBlock()
2339 Stream.EnterSubblock(PREPROCESSOR_BLOCK_ID, 3); in WritePreprocessor()
2558 Stream.EnterSubblock(PREPROCESSOR_DETAIL_BLOCK_ID, 3); in WritePreprocessorDetail()
2713 Stream.EnterSubblock(SUBMODULE_BLOCK_ID, /*bits for abbreviations*/5); in WriteSubmodules()
3174 Stream.EnterSubblock(COMMENTS_BLOCK_ID, 3); in WriteComments()
4331 Stream.EnterSubblock(EXTENSION_BLOCK_ID, 4); in WriteModuleFileExtension()
[all …]
H A DGlobalModuleIndex.cpp785 Stream.EnterSubblock(GLOBAL_INDEX_BLOCK_ID, 3); in writeIndex()