Lines Matching refs:CALLSITE_DELEGATE_SETTER
261 #define CALLSITE_DELEGATE_SETTER(METHOD) \ macro
292 CALLSITE_DELEGATE_SETTER(setCallingConv(CC)); in setCallingConv()
300 CALLSITE_DELEGATE_SETTER(mutateFunctionType(Ty)); in mutateFunctionType()
309 CALLSITE_DELEGATE_SETTER(setAttributes(PAL)); in setAttributes()
313 CALLSITE_DELEGATE_SETTER(addAttribute(i, Kind)); in addAttribute()
317 CALLSITE_DELEGATE_SETTER(addAttribute(i, Kind, Value)); in addAttribute()
321 CALLSITE_DELEGATE_SETTER(addAttribute(i, Attr)); in addAttribute()
325 CALLSITE_DELEGATE_SETTER(removeAttribute(i, Kind)); in removeAttribute()
329 CALLSITE_DELEGATE_SETTER(removeAttribute(i, Kind)); in removeAttribute()
333 CALLSITE_DELEGATE_SETTER(removeAttribute(i, Attr)); in removeAttribute()
405 CALLSITE_DELEGATE_SETTER(setIsNoInline(Value));
413 CALLSITE_DELEGATE_SETTER(setDoesNotAccessMemory()); in setDoesNotAccessMemory()
421 CALLSITE_DELEGATE_SETTER(setOnlyReadsMemory()); in setOnlyReadsMemory()
429 CALLSITE_DELEGATE_SETTER(setDoesNotReadMemory()); in setDoesNotReadMemory()
438 CALLSITE_DELEGATE_SETTER(setOnlyAccessesArgMemory()); in setOnlyAccessesArgMemory()
446 CALLSITE_DELEGATE_SETTER(setDoesNotReturn()); in setDoesNotReturn()
454 CALLSITE_DELEGATE_SETTER(setDoesNotThrow()); in setDoesNotThrow()
470 CALLSITE_DELEGATE_SETTER(setConvergent()); in setConvergent()
473 CALLSITE_DELEGATE_SETTER(setNotConvergent()); in setNotConvergent()
521 #undef CALLSITE_DELEGATE_SETTER