Searched refs:EnterSubblock (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | PGOCtxProfWriter.h | 73 Writer.EnterSubblock(PGOCtxProfileBlockIDs::ProfileMetadataBlockID,
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | PGOCtxProfWriter.cpp | 33 Writer.EnterSubblock(PGOCtxProfileBlockIDs::ContextNodeBlockID, CodeLen); in writeImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/Remarks/ |
H A D | BitstreamRemarkSerializer.cpp | 239 Bitstream.EnterSubblock(META_BLOCK_ID, 3); in emitMetaBlock() 272 Bitstream.EnterSubblock(REMARK_BLOCK_ID, 4); in emitRemarkBlock()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 939 Stream.EnterSubblock(bitc::PARAMATTR_GROUP_BLOCK_ID, 3); in writeAttributeGroupTable() 1001 Stream.EnterSubblock(bitc::PARAMATTR_BLOCK_ID, 3); in writeAttributeTable() 1022 Stream.EnterSubblock(bitc::TYPE_BLOCK_ID_NEW, 4 /*count from # abbrevs */); in writeTypeTable() 2407 Stream.EnterSubblock(bitc::METADATA_BLOCK_ID, 4); in writeModuleMetadata() 2502 Stream.EnterSubblock(bitc::METADATA_BLOCK_ID, 3); in writeFunctionMetadata() 2521 Stream.EnterSubblock(bitc::METADATA_ATTACHMENT_ID, 3); in writeFunctionMetadataAttachment() 2565 Stream.EnterSubblock(bitc::METADATA_KIND_BLOCK_ID, 3); in writeModuleMetadataKinds() 2592 Stream.EnterSubblock(bitc::OPERAND_BUNDLE_TAGS_BLOCK_ID, 3); in writeOperandBundleTags() 2612 Stream.EnterSubblock(bitc::SYNC_SCOPE_NAMES_BLOCK_ID, 2); in writeSyncScopeNames() 2628 Stream.EnterSubblock(bitc::CONSTANTS_BLOCK_ID, 4); in writeConstants() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILBitcodeWriter.cpp | 405 Stream->EnterSubblock(Block, 3); in writeBlob() 870 Stream.EnterSubblock(bitc::PARAMATTR_GROUP_BLOCK_ID, 3); in writeAttributeGroupTable() 936 Stream.EnterSubblock(bitc::PARAMATTR_BLOCK_ID, 3); in writeAttributeTable() 957 Stream.EnterSubblock(bitc::TYPE_BLOCK_ID_NEW, 4 /*count from # abbrevs */); in writeTypeTable() 1793 Stream.EnterSubblock(bitc::METADATA_BLOCK_ID, 5); in writeModuleMetadata() 1843 Stream.EnterSubblock(bitc::METADATA_BLOCK_ID, 4); in writeFunctionMetadata() 1851 Stream.EnterSubblock(bitc::METADATA_ATTACHMENT_ID, 3); in writeFunctionMetadataAttachment() 1901 Stream.EnterSubblock(bitc::METADATA_BLOCK_ID, 3); in writeModuleMetadataKinds() 1920 Stream.EnterSubblock(bitc::CONSTANTS_BLOCK_ID, 4); in writeConstants() 2553 Stream.EnterSubblock(bitc::VALUE_SYMTAB_BLOCK_ID, 4); in writeFunctionLevelValueSymbolTable() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/ |
H A D | BitstreamWriter.h | 363 void EnterSubblock(unsigned BlockID, unsigned CodeLen) { in EnterSubblock() function 664 EnterSubblock(bitc::BLOCKINFO_BLOCK_ID, 2); in EnterBlockInfoBlock()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | SerializedDiagnosticPrinter.cpp | 518 Stream.EnterSubblock(BLOCK_META, 3); in EmitMetaBlock() 676 State->Stream.EnterSubblock(BLOCK_DIAG, 4); in EnterDiagBlock()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
H A D | BitcodeConvenience.h | 480 Stream.EnterSubblock(block, abbrev);
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 1275 Stream.EnterSubblock(UNHASHED_CONTROL_BLOCK_ID, 5); in writeUnhashedControlBlock() 1403 Stream.EnterSubblock(CONTROL_BLOCK_ID, 5); in WriteControlBlock() 1546 Stream.EnterSubblock(OPTIONS_BLOCK_ID, 4); in WriteControlBlock() 1727 Stream.EnterSubblock(INPUT_FILES_BLOCK_ID, 4); in WriteInputFiles() 2260 Stream.EnterSubblock(SOURCE_MANAGER_BLOCK_ID, 4); in WriteSourceManagerBlock() 2536 Stream.EnterSubblock(PREPROCESSOR_BLOCK_ID, 3); in WritePreprocessor() 2741 Stream.EnterSubblock(PREPROCESSOR_DETAIL_BLOCK_ID, 3); in WritePreprocessorDetail() 2899 Stream.EnterSubblock(SUBMODULE_BLOCK_ID, /*bits for abbreviations*/5); in WriteSubmodules() 3411 Stream.EnterSubblock(COMMENTS_BLOCK_ID, 3); in WriteComments() 4641 Stream.EnterSubblock(EXTENSION_BLOCK_ID, 4); in WriteModuleFileExtension() [all …]
|
H A D | GlobalModuleIndex.cpp | 781 Stream.EnterSubblock(GLOBAL_INDEX_BLOCK_ID, 3); in writeIndex()
|