Lines Matching refs:bitcode
1 llvm-bcanalyzer - LLVM bitcode analyzer
14 The :program:`llvm-bcanalyzer` command is a small utility for analyzing bitcode
15 files. The tool reads a bitcode file (such as generated with the
17 the bitcode file. The tool can also dump a low level but human readable
18 version of the bitcode file. This tool is probably not of much interest or
19 utility except for those working directly with the bitcode file format. Most
33 Causes :program:`llvm-bcanalyzer` to dump the bitcode in a human readable
35 provides details about the encoding of the bitcode file.
55 This just provides the name of the module for which bitcode analysis is being
60 The bitcode version (not LLVM version) of the file read by the analyzer.
64 The size, in bytes, of the entire bitcode file.
78 Size. This is the size of the definitions of all types in the bitcode file.
116 The total number of blocks of any kind in the bitcode file.
120 The total number of function definitions in the bitcode file.
132 The total number of basic blocks defined in all functions in the bitcode file.
136 The total number of instructions defined in all functions in the bitcode file.
140 The total number of long instructions defined in all functions in the bitcode
147 The total number of operands used in all instructions in the bitcode file.
151 The total number of compaction tables in all functions in the bitcode file.
155 The total number of symbol tables in all functions in the bitcode file.
159 The total number of dependent libraries found in the bitcode file.
163 The total size of the instructions in all functions in the bitcode file.
167 The average number of bytes per instruction across all functions in the bitcode