Home | History | Annotate | Download | only in CommandGuide

Lines Matching full:bytes

75 The size, in bytes, of the entire bitcode file.
77 =item B<Module Bytes>
79 The size, in bytes, of the module block. Percentage is relative to File Size.
81 =item B<Function Bytes>
83 The size, in bytes, of all the function blocks. Percentage is relative to File
86 =item B<Global Types Bytes>
88 The size, in bytes, of the Global Types Pool. Percentage is relative to File
91 =item B<Constant Pool Bytes>
93 The size, in bytes, of the Constant Pool Blocks Percentage is relative to File
96 =item B<Module Globals Bytes>
98 Ths size, in bytes, of the Global Variable Definitions and their initializers.
101 =item B<Instruction List Bytes>
103 The size, in bytes, of all the instruction lists in all the functions.
105 the Function Bytes.
107 =item B<Compaction Table Bytes>
109 The size, in bytes, of all the compaction tables in all the functions.
111 the Function Bytes.
113 =item B<Symbol Table Bytes>
115 The size, in bytes, of all the symbol tables in all the functions. Percentage is
117 Bytes.
119 =item B<Dependent Libraries Bytes>
121 The size, in bytes, of the list of dependent libraries in the module. Percentage
123 Global Bytes.
152 file. Long instructions are those taking greater than 4 bytes. Typically long
178 The average number of bytes per instruction across all functions in the bitcode
185 more bytes to encode.
190 more bytes to encode.
192 =item B<Bytes Per Value>
197 =item B<Bytes Per Global>
201 =item B<Bytes Per Function>
203 The average number of bytes per function definition. This is computed by
204 dividing Function Bytes by Number Of Functions.
216 =item B<# of VBR Compressed Bytes>
218 The total number of bytes consumed by the 32-bit and 64-bit integers that use
221 =item B<# of VBR Expanded Bytes>
223 The total number of bytes that would have been consumed by the 32-bit and 64-bit
227 =item B<Bytes Saved With VBR>
229 The total number of bytes saved by using the Variable Bit Rate encoding scheme.
230 The percentage is relative to # of VBR Expanded Bytes.
247 The total number of bytes in the function's block.
267 The number of bytes consumed by instructions in the function.
271 The average number of bytes consumed by the instructions in the function. This
274 =item B<Bytes Per Instruction>
276 The average number of bytes used by the function per instruction. This value is
289 =item B<Number of VBR Compressed Bytes>
291 The total number of bytes in this function consumed by the 32-bit and 64-bit
294 =item B<Number of VBR Expanded Bytes>
296 The total number of bytes in this function that would have been consumed by
300 =item B<Bytes Saved With VBR>
302 The total number of bytes saved in this function by using the Variable Bit
303 Rate encoding scheme. The percentage is relative to # of VBR Expanded Bytes.