Searched refs:CALLSITE_DELEGATE_SETTER (Results 1 – 2 of 2) sorted by relevance
261 #define CALLSITE_DELEGATE_SETTER(METHOD) \ macro292 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()[all …]
162 #define CALLSITE_DELEGATE_SETTER(METHOD) \ macro175 CALLSITE_DELEGATE_SETTER(setCallingConv(CC)); in setCallingConv()184 CALLSITE_DELEGATE_SETTER(setAttributes(PAL)); in setAttributes()202 CALLSITE_DELEGATE_SETTER(setIsNoInline(Value));210 CALLSITE_DELEGATE_SETTER(setDoesNotAccessMemory(doesNotAccessMemory));218 CALLSITE_DELEGATE_SETTER(setOnlyReadsMemory(onlyReadsMemory));226 CALLSITE_DELEGATE_SETTER(setDoesNotReturn(doesNotReturn));234 CALLSITE_DELEGATE_SETTER(setDoesNotThrow(doesNotThrow));238 #undef CALLSITE_DELEGATE_SETTER