Lines Matching full:of
40 \fBllvm\-as\fP tool) and produces a statistical report on the contents of
42 version of the bitcode file. This tool is probably not of much interest or
55 provides details about the encoding of the bitcode file.
60 Print a summary of command line options.
71 \fBBitcode Analysis Of Module\fP
74 This just provides the name of the module for which bitcode analysis is being
82 The bitcode version (not LLVM version) of the file read by the analyzer.
89 The size, in bytes, of the entire bitcode file.
96 The size, in bytes, of the module block. Percentage is relative to File Size.
103 The size, in bytes, of all the function blocks. Percentage is relative to File
111 The size, in bytes, of the Global Types Pool. Percentage is relative to File
112 Size. This is the size of the definitions of all types in the bitcode file.
119 The size, in bytes, of the Constant Pool Blocks Percentage is relative to File
127 Ths size, in bytes, of the Global Variable Definitions and their initializers.
135 The size, in bytes, of all the instruction lists in all the functions.
144 The size, in bytes, of all the compaction tables in all the functions.
153 The size, in bytes, of all the symbol tables in all the functions. Percentage is
162 The size, in bytes, of the list of dependent libraries in the module. Percentage
168 \fBNumber Of Bitcode Blocks\fP
171 The total number of blocks of any kind in the bitcode file.
175 \fBNumber Of Functions\fP
178 The total number of function definitions in the bitcode file.
182 \fBNumber Of Types\fP
185 The total number of types defined in the Global Types Pool.
189 \fBNumber Of Constants\fP
192 The total number of constants (of any type) defined in the Constant Pool.
196 \fBNumber Of Basic Blocks\fP
199 The total number of basic blocks defined in all functions in the bitcode file.
203 \fBNumber Of Instructions\fP
206 The total number of instructions defined in all functions in the bitcode file.
210 \fBNumber Of Long Instructions\fP
213 The total number of long instructions defined in all functions in the bitcode
216 functions with large numbers of arguments.
220 \fBNumber Of Operands\fP
223 The total number of operands used in all instructions in the bitcode file.
227 \fBNumber Of Compaction Tables\fP
230 The total number of compaction tables in all functions in the bitcode file.
234 \fBNumber Of Symbol Tables\fP
237 The total number of symbol tables in all functions in the bitcode file.
241 \fBNumber Of Dependent Libs\fP
244 The total number of dependent libraries found in the bitcode file.
251 The total size of the instructions in all functions in the bitcode file.
258 The average number of bytes per instruction across all functions in the bitcode
259 file. This value is computed by dividing Total Instruction Size by Number Of
283 The average size of a Value definition (of any type). This is computed by
284 dividing File Size by the total number of values of any type.
291 The average size of a global definition (constants and global variables).
298 The average number of bytes per function definition. This is computed by
299 dividing Function Bytes by Number Of Functions.
303 \fB# of VBR 32\-bit Integers\fP
306 The total number of 32\-bit integers encoded using the Variable Bit Rate
311 \fB# of VBR 64\-bit Integers\fP
314 The total number of 64\-bit integers encoded using the Variable Bit Rate encoding
319 \fB# of VBR Compressed Bytes\fP
322 The total number of bytes consumed by the 32\-bit and 64\-bit integers that use
327 \fB# of VBR Expanded Bytes\fP
330 The total number of bytes that would have been consumed by the 32\-bit and 64\-bit
339 The total number of bytes saved by using the Variable Bit Rate encoding scheme.
340 The percentage is relative to # of VBR Expanded Bytes.
351 The type signature of the function.
358 The total number of bytes in the function\(aqs block.
365 The number of basic blocks defined by the function.
372 The number of instructions defined by the function.
379 The number of instructions using the long instruction format in the function.
386 The number of operands used by all instructions in the function.
393 The number of bytes consumed by instructions in the function.
400 The average number of bytes consumed by the instructions in the function.
408 The average number of bytes used by the function per instruction. This value
411 function size not just the size of the instruction list.
415 \fBNumber of VBR 32\-bit Integers\fP
418 The total number of 32\-bit integers found in this function (for any use).
422 \fBNumber of VBR 64\-bit Integers\fP
425 The total number of 64\-bit integers found in this function (for any use).
429 \fBNumber of VBR Compressed Bytes\fP
432 The total number of bytes in this function consumed by the 32\-bit and 64\-bit
437 \fBNumber of VBR Expanded Bytes\fP
440 The total number of bytes in this function that would have been consumed by
449 The total number of bytes saved in this function by using the Variable Bit
450 Rate encoding scheme. The percentage is relative to # of VBR Expanded Bytes.