Home
last modified time | relevance | path

Searched refs:CALLSITE_DELEGATE_SETTER (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DCallSite.h286 #define CALLSITE_DELEGATE_SETTER(METHOD) \ macro
317 CALLSITE_DELEGATE_SETTER(setCallingConv(CC)); in setCallingConv()
325 CALLSITE_DELEGATE_SETTER(mutateFunctionType(Ty)); in mutateFunctionType()
334 CALLSITE_DELEGATE_SETTER(setAttributes(PAL)); in setAttributes()
338 CALLSITE_DELEGATE_SETTER(addAttribute(i, Kind)); in addAttribute()
342 CALLSITE_DELEGATE_SETTER(addAttribute(i, Attr)); in addAttribute()
346 CALLSITE_DELEGATE_SETTER(addParamAttr(ArgNo, Kind)); in addParamAttr()
350 CALLSITE_DELEGATE_SETTER(removeAttribute(i, Kind)); in removeAttribute()
354 CALLSITE_DELEGATE_SETTER(removeAttribute(i, Kind)); in removeAttribute()
358 CALLSITE_DELEGATE_SETTER(removeParamAttr(ArgNo, Kind)); in removeParamAttr()
[all …]
/external/llvm/include/llvm/IR/
DCallSite.h261 #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()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCallSite.h162 #define CALLSITE_DELEGATE_SETTER(METHOD) \ macro
175 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