Lines Matching full:bytes
89 The size, in bytes, of the entire bitcode file.
93 \fBModule Bytes\fP
96 The size, in bytes, of the module block. Percentage is relative to File Size.
100 \fBFunction Bytes\fP
103 The size, in bytes, of all the function blocks. Percentage is relative to File
108 \fBGlobal Types Bytes\fP
111 The size, in bytes, of the Global Types Pool. Percentage is relative to File
116 \fBConstant Pool Bytes\fP
119 The size, in bytes, of the Constant Pool Blocks Percentage is relative to File
124 \fBModule Globals Bytes\fP
127 Ths size, in bytes, of the Global Variable Definitions and their initializers.
132 \fBInstruction List Bytes\fP
135 The size, in bytes, of all the instruction lists in all the functions.
137 the Function Bytes.
141 \fBCompaction Table Bytes\fP
144 The size, in bytes, of all the compaction tables in all the functions.
146 the Function Bytes.
150 \fBSymbol Table Bytes\fP
153 The size, in bytes, of all the symbol tables in all the functions. Percentage is
155 Bytes.
159 \fBDependent Libraries Bytes\fP
162 The size, in bytes, of the list of dependent libraries in the module. Percentage
164 Global Bytes.
214 file. Long instructions are those taking greater than 4 bytes. Typically long
258 The average number of bytes per instruction across all functions in the bitcode
268 more bytes to encode.
276 more bytes to encode.
280 \fBBytes Per Value\fP
288 \fBBytes Per Global\fP
295 \fBBytes Per Function\fP
298 The average number of bytes per function definition. This is computed by
299 dividing Function Bytes by Number Of Functions.
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
336 \fBBytes Saved With VBR\fP
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.
358 The total number of bytes in the function\(aqs block.
393 The number of bytes consumed by instructions in the function.
400 The average number of bytes consumed by the instructions in the function.
405 \fBBytes Per Instruction\fP
408 The average number of bytes used by the function per instruction. This value
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
446 \fBBytes Saved With VBR\fP
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.