Lines Matching full:bitcode
1 llvm-bcanalyzer - LLVM bitcode analyzer
12 The :program:`llvm-bcanalyzer` command is a small utility for analyzing bitcode
13 files. The tool reads a bitcode file (such as generated with the
15 the bitcode file. The tool can also dump a low level but human readable
16 version of the bitcode file. This tool is probably not of much interest or
17 utility except for those working directly with the bitcode file format. Most
37 Causes :program:`llvm-bcanalyzer` to dump the bitcode in a human readable
39 provides details about the encoding of the bitcode file.
44 bitcode. This ensures that the statistics generated are based on a consistent
63 **Bitcode Analysis Of Module**
65 This just provides the name of the module for which bitcode analysis is being
68 **Bitcode Version Number**
70 The bitcode version (not LLVM version) of the file read by the analyzer.
74 The size, in bytes, of the entire bitcode file.
88 Size. This is the size of the definitions of all types in the bitcode file.
124 **Number Of Bitcode Blocks**
126 The total number of blocks of any kind in the bitcode file.
130 The total number of function definitions in the bitcode file.
142 The total number of basic blocks defined in all functions in the bitcode file.
146 The total number of instructions defined in all functions in the bitcode file.
150 The total number of long instructions defined in all functions in the bitcode
157 The total number of operands used in all instructions in the bitcode file.
161 The total number of compaction tables in all functions in the bitcode file.
165 The total number of symbol tables in all functions in the bitcode file.
169 The total number of dependent libraries found in the bitcode file.
173 The total size of the instructions in all functions in the bitcode file.
177 The average number of bytes per instruction across all functions in the bitcode