Lines Matching full:bytes
74 The size, in bytes, of the entire bitcode file.
76 **Module Bytes**
78 The size, in bytes, of the module block. Percentage is relative to File Size.
80 **Function Bytes**
82 The size, in bytes, of all the function blocks. Percentage is relative to File
85 **Global Types Bytes**
87 The size, in bytes, of the Global Types Pool. Percentage is relative to File
90 **Constant Pool Bytes**
92 The size, in bytes, of the Constant Pool Blocks Percentage is relative to File
95 **Module Globals Bytes**
97 Ths size, in bytes, of the Global Variable Definitions and their initializers.
100 **Instruction List Bytes**
102 The size, in bytes, of all the instruction lists in all the functions.
104 the Function Bytes.
106 **Compaction Table Bytes**
108 The size, in bytes, of all the compaction tables in all the functions.
110 the Function Bytes.
112 **Symbol Table Bytes**
114 The size, in bytes, of all the symbol tables in all the functions. Percentage is
116 Bytes.
118 **Dependent Libraries Bytes**
120 The size, in bytes, of the list of dependent libraries in the module. Percentage
122 Global Bytes.
151 file. Long instructions are those taking greater than 4 bytes. Typically long
177 The average number of bytes per instruction across all functions in the bitcode
184 more bytes to encode.
189 more bytes to encode.
191 **Bytes Per Value**
196 **Bytes Per Global**
200 **Bytes Per Function**
202 The average number of bytes per function definition. This is computed by
203 dividing Function Bytes by Number Of Functions.
215 **# of VBR Compressed Bytes**
217 The total number of bytes consumed by the 32-bit and 64-bit integers that use
220 **# of VBR Expanded Bytes**
222 The total number of bytes that would have been consumed by the 32-bit and 64-bit
226 **Bytes Saved With VBR**
228 The total number of bytes saved by using the Variable Bit Rate encoding scheme.
229 The percentage is relative to # of VBR Expanded Bytes.
243 The total number of bytes in the function's block.
263 The number of bytes consumed by instructions in the function.
267 The average number of bytes consumed by the instructions in the function.
270 **Bytes Per Instruction**
272 The average number of bytes used by the function per instruction. This value
285 **Number of VBR Compressed Bytes**
287 The total number of bytes in this function consumed by the 32-bit and 64-bit
290 **Number of VBR Expanded Bytes**
292 The total number of bytes in this function that would have been consumed by
296 **Bytes Saved With VBR**
298 The total number of bytes saved in this function by using the Variable Bit
299 Rate encoding scheme. The percentage is relative to # of VBR Expanded Bytes.