Home | History | Annotate | Download | only in llvm-c

Lines Matching refs:Arg

1838 LLVMValueRef LLVMGetNextParam(LLVMValueRef Arg);
1845 LLVMValueRef LLVMGetPreviousParam(LLVMValueRef Arg);
1852 void LLVMAddAttribute(LLVMValueRef Arg, LLVMAttribute PA);
1859 void LLVMRemoveAttribute(LLVMValueRef Arg, LLVMAttribute PA);
1864 LLVMAttribute LLVMGetAttribute(LLVMValueRef Arg);
1872 void LLVMSetParamAlignment(LLVMValueRef Arg, unsigned align);