Searched refs:EnterSubblock (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | PGOCtxProfWriter.cpp | 72 Writer.EnterSubblock(PGOCtxProfileBlockIDs::ProfileMetadataBlockID, CodeLen); in PGOCtxProfileWriter() 110 Writer.EnterSubblock(PGOCtxProfileBlockIDs::ContextNodeBlockID, CodeLen); in writeNode() 126 Writer.EnterSubblock(PGOCtxProfileBlockIDs::ContextsSectionBlockID, CodeLen); in startContextSection() 130 Writer.EnterSubblock(PGOCtxProfileBlockIDs::FlatProfilesSectionBlockID, in startFlatSection() 143 Writer.EnterSubblock(PGOCtxProfileBlockIDs::ContextRootBlockID, CodeLen); in writeContextual() 148 Writer.EnterSubblock(PGOCtxProfileBlockIDs::UnhandledBlockID, CodeLen); in writeContextual() 159 Writer.EnterSubblock(PGOCtxProfileBlockIDs::FlatProfileBlockID, CodeLen); in writeFlat()
|
| /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/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 414 Stream->EnterSubblock(Block, 3); in writeBlob() 873 Stream.EnterSubblock(bitc::PARAMATTR_GROUP_BLOCK_ID, 3); in writeAttributeGroupTable() 939 Stream.EnterSubblock(bitc::PARAMATTR_BLOCK_ID, 3); in writeAttributeTable() 960 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() 2572 Stream.EnterSubblock(bitc::VALUE_SYMTAB_BLOCK_ID, 4); in writeFunctionLevelValueSymbolTable() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1000 Stream.EnterSubblock(bitc::PARAMATTR_GROUP_BLOCK_ID, 3); in writeAttributeGroupTable() 1069 Stream.EnterSubblock(bitc::PARAMATTR_BLOCK_ID, 3); in writeAttributeTable() 1090 Stream.EnterSubblock(bitc::TYPE_BLOCK_ID_NEW, 4 /*count from # abbrevs */); in writeTypeTable() 2550 Stream.EnterSubblock(bitc::METADATA_BLOCK_ID, 4); in writeModuleMetadata() 2645 Stream.EnterSubblock(bitc::METADATA_BLOCK_ID, 3); in writeFunctionMetadata() 2664 Stream.EnterSubblock(bitc::METADATA_ATTACHMENT_ID, 3); in writeFunctionMetadataAttachment() 2708 Stream.EnterSubblock(bitc::METADATA_KIND_BLOCK_ID, 3); in writeModuleMetadataKinds() 2735 Stream.EnterSubblock(bitc::OPERAND_BUNDLE_TAGS_BLOCK_ID, 3); in writeOperandBundleTags() 2755 Stream.EnterSubblock(bitc::SYNC_SCOPE_NAMES_BLOCK_ID, 2); in writeSyncScopeNames() 2771 Stream.EnterSubblock(bitc::CONSTANTS_BLOCK_ID, 4); in writeConstants() [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 | 517 Stream.EnterSubblock(BLOCK_META, 3); in EmitMetaBlock() 677 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 | 1317 Stream.EnterSubblock(UNHASHED_CONTROL_BLOCK_ID, 5); in writeUnhashedControlBlock() 1447 Stream.EnterSubblock(CONTROL_BLOCK_ID, 5); in WriteControlBlock() 1610 Stream.EnterSubblock(OPTIONS_BLOCK_ID, 4); in WriteControlBlock() 1811 Stream.EnterSubblock(INPUT_FILES_BLOCK_ID, 4); in WriteInputFiles() 2337 Stream.EnterSubblock(SOURCE_MANAGER_BLOCK_ID, 4); in WriteSourceManagerBlock() 2612 Stream.EnterSubblock(PREPROCESSOR_BLOCK_ID, 3); in WritePreprocessor() 2817 Stream.EnterSubblock(PREPROCESSOR_DETAIL_BLOCK_ID, 3); in WritePreprocessorDetail() 2975 Stream.EnterSubblock(SUBMODULE_BLOCK_ID, /*bits for abbreviations*/5); in WriteSubmodules() 3498 Stream.EnterSubblock(COMMENTS_BLOCK_ID, 3); in WriteComments() 5176 Stream.EnterSubblock(EXTENSION_BLOCK_ID, 4); in WriteModuleFileExtension() [all …]
|
| H A D | GlobalModuleIndex.cpp | 776 Stream.EnterSubblock(GLOBAL_INDEX_BLOCK_ID, 3); in writeIndex()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 2513 {"_ZN4llvm15BitstreamWriter13EnterSubblockEjj", "llvm::BitstreamWriter::EnterSubblock(unsigned int,…
|