• Home
  • Raw
  • Download

Lines Matching refs:bitcode

5 llvm-bcanalyzer - LLVM bitcode analyzer
13 The B<llvm-bcanalyzer> command is a small utility for analyzing bitcode files.
14 The tool reads a bitcode file (such as generated with the B<llvm-as> tool) and
15 produces a statistical report on the contents of the bitcode file. The tool
16 can also dump a low level but human readable version of the bitcode file.
18 directly with the bitcode file format. Most LLVM users can just ignore
36 Causes B<llvm-bcanalyzer> to dump the bitcode in a human readable format. This
38 the encoding of the bitcode file.
43 bitcode. This ensures that the statistics generated are based on a consistent
66 This just provides the name of the module for which bitcode analysis is being
71 The bitcode version (not LLVM version) of the file read by the analyzer.
75 The size, in bytes, of the entire bitcode file.
89 Size. This is the size of the definitions of all types in the bitcode file.
127 The total number of blocks of any kind in the bitcode file.
131 The total number of function definitions in the bitcode file.
143 The total number of basic blocks defined in all functions in the bitcode file.
147 The total number of instructions defined in all functions in the bitcode file.
151 The total number of long instructions defined in all functions in the bitcode
158 The total number of operands used in all instructions in the bitcode file.
162 The total number of compaction tables in all functions in the bitcode file.
166 The total number of symbol tables in all functions in the bitcode file.
170 The total number of dependent libraries found in the bitcode file.
174 The total size of the instructions in all functions in the bitcode file.
178 The average number of bytes per instruction across all functions in the bitcode