Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp770 Stream.EnterSubblock(bitc::PARAMATTR_BLOCK_ID, 3); in writeAttributeTable()
1994 Stream.EnterSubblock(bitc::METADATA_BLOCK_ID, 4); in writeModuleMetadata()
2089 Stream.EnterSubblock(bitc::METADATA_BLOCK_ID, 3); in writeFunctionMetadata()
2222 Stream.EnterSubblock(bitc::CONSTANTS_BLOCK_ID, 4); in writeConstants()
2965 Stream.EnterSubblock(bitc::VALUE_SYMTAB_BLOCK_ID, 4); in writeGlobalValueSymbolTable()
3065 Stream.EnterSubblock(bitc::USELIST_BLOCK_ID, 3); in writeUseListBlock()
3081 Stream.EnterSubblock(bitc::FUNCTION_BLOCK_ID, 4); in writeFunction()
4050 Stream.EnterSubblock(bitc::MODULE_BLOCK_ID, 3); in write()
4191 Stream->EnterSubblock(Block, 3); in writeBlob()
4309 Stream.EnterSubblock(bitc::MODULE_BLOCK_ID, 3); in write()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Bitcode/
H A DBitstreamWriter.h200 void EnterSubblock(unsigned BlockID, unsigned CodeLen) { in EnterSubblock() function
506 EnterSubblock(bitc::BLOCKINFO_BLOCK_ID, 2); in EnterBlockInfoBlock()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp516 Stream.EnterSubblock(BLOCK_META, 3); in EmitMetaBlock()
663 State->Stream.EnterSubblock(BLOCK_DIAG, 4); in EnterDiagBlock()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp1408 Stream.EnterSubblock(UNHASHED_CONTROL_BLOCK_ID, 5); in writeUnhashedControlBlock()
1451 Stream.EnterSubblock(CONTROL_BLOCK_ID, 5); in WriteControlBlock()
1573 Stream.EnterSubblock(OPTIONS_BLOCK_ID, 4); in WriteControlBlock()
1763 Stream.EnterSubblock(INPUT_FILES_BLOCK_ID, 4); in WriteInputFiles()
2227 Stream.EnterSubblock(SOURCE_MANAGER_BLOCK_ID, 4); in WriteSourceManagerBlock()
2477 Stream.EnterSubblock(PREPROCESSOR_BLOCK_ID, 3); in WritePreprocessor()
2651 Stream.EnterSubblock(PREPROCESSOR_DETAIL_BLOCK_ID, 3); in WritePreprocessorDetail()
2804 Stream.EnterSubblock(SUBMODULE_BLOCK_ID, /*bits for abbreviations*/5); in WriteSubmodules()
3253 Stream.EnterSubblock(COMMENTS_BLOCK_ID, 3); in WriteComments()
4433 Stream.EnterSubblock(EXTENSION_BLOCK_ID, 4); in WriteModuleFileExtension()
[all …]
H A DGlobalModuleIndex.cpp754 Stream.EnterSubblock(GLOBAL_INDEX_BLOCK_ID, 3); in writeIndex()