Searched refs:AC_FUNC_ATTR_BYVAL (Results 1 – 3 of 3) sorted by relevance
155 case AC_FUNC_ATTR_BYVAL: return LLVMByValAttribute; in ac_attr_to_llvm_attr()173 case AC_FUNC_ATTR_BYVAL: return "byval"; in attr_to_str()
40 AC_FUNC_ATTR_BYVAL = (1 << 1), enumerator
328 ac_add_function_attr(ctx, main_function, i + 1, AC_FUNC_ATTR_BYVAL); in create_llvm_function()