Home | History | Annotate | Download | only in docs

Lines Matching full:describes

14 This document describes the LLVM bitstream file format and the encoding of the
34 This document first describes the LLVM bitstream format, describes the wrapper
35 format, then describes the record structure used by LLVM IR files.
518 module, and describes a variety of per-module information.
522 * 10 --- `TYPE_BLOCK`_ --- This describes all of the types in the module.
524 * 11 --- `CONSTANTS_BLOCK`_ --- This describes constants for a module or
527 * 12 --- `FUNCTION_BLOCK`_ --- This describes a function body.
529 * 13 --- `TYPE_SYMTAB_BLOCK`_ --- This describes the type symbol table.
531 * 14 --- `VALUE_SYMTAB_BLOCK`_ --- This describes a value symbol table.
533 * 15 --- `METADATA_BLOCK`_ --- This describes metadata items.