Searched refs:EnterSubblock (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 275 Stream.EnterSubblock(bitc::PARAMATTR_GROUP_BLOCK_ID, 3); in WriteAttributeGroupTable() 323 Stream.EnterSubblock(bitc::PARAMATTR_BLOCK_ID, 3); in WriteAttributeTable() 342 Stream.EnterSubblock(bitc::TYPE_BLOCK_ID_NEW, 4 /*count from # abbrevs */); in WriteTypeTable() 1259 Stream.EnterSubblock(bitc::METADATA_BLOCK_ID, 3); in WriteModuleMetadata() 1372 Stream.EnterSubblock(bitc::METADATA_BLOCK_ID, 3); in WriteFunctionLocalMetadata() 1385 Stream.EnterSubblock(bitc::METADATA_ATTACHMENT_ID, 3); in WriteMetadataAttachment() 1433 Stream.EnterSubblock(bitc::METADATA_KIND_BLOCK_ID, 3); in WriteModuleMetadataStore() 1460 Stream.EnterSubblock(bitc::OPERAND_BUNDLE_TAGS_BLOCK_ID, 3); in WriteOperandBundleTags() 1486 Stream.EnterSubblock(bitc::CONSTANTS_BLOCK_ID, 4); in WriteConstants() 2241 Stream.EnterSubblock(bitc::VALUE_SYMTAB_BLOCK_ID, 4); in WriteValueSymbolTable() [all …]
|
/external/llvm/include/llvm/Bitcode/ |
D | BitstreamWriter.h | 204 void EnterSubblock(unsigned BlockID, unsigned CodeLen) { in EnterSubblock() function 505 EnterSubblock(bitc::BLOCKINFO_BLOCK_ID, CodeWidth); in EnterBlockInfoBlock()
|
/external/clang/lib/Serialization/ |
D | GlobalModuleIndex.cpp | 463 Stream.EnterSubblock(llvm::bitc::BLOCKINFO_BLOCK_ID, 3); in emitBlockInfoBlock() 702 Stream.EnterSubblock(GLOBAL_INDEX_BLOCK_ID, 3); in writeIndex()
|
D | ASTWriter.cpp | 871 Stream.EnterSubblock(llvm::bitc::BLOCKINFO_BLOCK_ID, 3); in WriteBlockInfoBlock() 1180 Stream.EnterSubblock(CONTROL_BLOCK_ID, 5); in WriteControlBlock() 1296 Stream.EnterSubblock(OPTIONS_BLOCK_ID, 4); in WriteControlBlock() 1493 Stream.EnterSubblock(INPUT_FILES_BLOCK_ID, 4); in WriteInputFiles() 1844 Stream.EnterSubblock(SOURCE_MANAGER_BLOCK_ID, 3); in WriteSourceManagerBlock() 2065 Stream.EnterSubblock(PREPROCESSOR_BLOCK_ID, 3); in WritePreprocessor() 2242 Stream.EnterSubblock(PREPROCESSOR_DETAIL_BLOCK_ID, 3); in WritePreprocessorDetail() 2372 Stream.EnterSubblock(SUBMODULE_BLOCK_ID, /*bits for abbreviations*/5); in WriteSubmodules() 2825 Stream.EnterSubblock(COMMENTS_BLOCK_ID, 3); in WriteComments() 3886 Stream.EnterSubblock(EXTENSION_BLOCK_ID, 4); in WriteModuleFileExtension() [all …]
|
/external/clang/lib/Frontend/ |
D | SerializedDiagnosticPrinter.cpp | 533 Stream.EnterSubblock(BLOCK_META, 3); in EmitMetaBlock() 689 State->Stream.EnterSubblock(BLOCK_DIAG, 4); in EnterDiagBlock()
|