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

Lines Matching defs:LLVMAttribute

122 } LLVMAttribute;
741 void LLVMAddFunctionAttr(LLVMValueRef Fn, LLVMAttribute PA);
742 LLVMAttribute LLVMGetFunctionAttr(LLVMValueRef Fn);
743 void LLVMRemoveFunctionAttr(LLVMValueRef Fn, LLVMAttribute PA);
754 void LLVMAddAttribute(LLVMValueRef Arg, LLVMAttribute PA);
755 void LLVMRemoveAttribute(LLVMValueRef Arg, LLVMAttribute PA);
756 LLVMAttribute LLVMGetAttribute(LLVMValueRef Arg);
803 void LLVMAddInstrAttribute(LLVMValueRef Instr, unsigned index, LLVMAttribute);
805 LLVMAttribute);