Lines Matching refs:code
53 Print statistics from the code-generation passes. This is only meaningful for
58 Record the amount of time needed for each code-generation pass and print it to
83 Specify a specific chip in the current architecture to generate code for.
123 .. option:: -code-model=model
125 Choose the code model from:
127 .. code-block:: text
129 default: Target default code model
130 tiny: Tiny code model
131 small: Small code model
132 kernel: Kernel code model
133 medium: Medium code model
134 large: Large code model
142 Disable fusing of spill code into instructions.
160 .. code-block:: text
174 .. code-block:: text
185 .. code-block:: text
188 =static: Non-relocatable code
189 =pic: Fully relocatable, position independent code
190 =dynamic-no-pic: Relocatable external references, non-relocatable code
196 .. code-block:: text
203 Choose style of code to emit from X86 backend:
205 .. code-block:: text
213 If :program:`lli` fails to load the program, it will exit with an exit code of 1.
214 Otherwise, it will return the exit code of the program it executes.