Searched refs:function_alignment (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c6842 unsigned int function_alignment;
6864 function_alignment = MAX (8, DECL_ALIGN (decl) / BITS_PER_UNIT);
6866 function_alignment = MAX (function_alignment,
6869 ASM_OUTPUT_ALIGN (asm_out_file, floor_log2 (function_alignment));
6841 unsigned int function_alignment; local

Completed in 115 milliseconds