Searched refs:LLVMGetAttribute (Results 1 – 5 of 5) sorted by relevance
61 LLVMRemoveAttribute, LLVMGetAttribute, LLVMAddInstrAttribute,
2145 LLVMAttribute LLVMGetAttribute(LLVMValueRef Arg);
1349 CAMLreturn(caml_copy_int32(LLVMGetAttribute(Param))); in llvm_param_attr()
1969 LLVMAttribute LLVMGetAttribute(LLVMValueRef Arg) { in LLVMGetAttribute() function
1091 func (v Value) Attribute() Attribute { return Attribute(C.LLVMGetAttribute(v.C)) }