Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.c7647 unsigned int function_alignment; in s390_asm_output_function_label() local
7669 function_alignment = MAX (8, DECL_ALIGN (decl) / BITS_PER_UNIT); in s390_asm_output_function_label()
7671 function_alignment in s390_asm_output_function_label()
7672 = MAX (function_alignment, in s390_asm_output_function_label()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.cc7838 unsigned int function_alignment; in s390_asm_output_function_label() local
7860 function_alignment = MAX (8, DECL_ALIGN (decl) / BITS_PER_UNIT); in s390_asm_output_function_label()
7862 function_alignment in s390_asm_output_function_label()
7863 = MAX (function_alignment, in s390_asm_output_function_label()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td5455 def function_alignment : Separate<["-"], "function-alignment">,