Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DCallSite.h181 #define CALLSITE_DELEGATE_SETTER(METHOD) \ macro
194 CALLSITE_DELEGATE_SETTER(setCallingConv(CC)); in setCallingConv()
203 CALLSITE_DELEGATE_SETTER(setAttributes(PAL)); in setAttributes()
238 CALLSITE_DELEGATE_SETTER(setIsNoInline(Value));
246 CALLSITE_DELEGATE_SETTER(setDoesNotAccessMemory()); in setDoesNotAccessMemory()
254 CALLSITE_DELEGATE_SETTER(setOnlyReadsMemory()); in setOnlyReadsMemory()
262 CALLSITE_DELEGATE_SETTER(setDoesNotReturn()); in setDoesNotReturn()
270 CALLSITE_DELEGATE_SETTER(setDoesNotThrow()); in setDoesNotThrow()
274 #undef CALLSITE_DELEGATE_SETTER