Searched defs:CALLSITE_DELEGATE_SETTER (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/IR/
H A DCallSite.h180 #define CALLSITE_DELEGATE_SETTER(METHOD) \ macro
193 CALLSITE_DELEGATE_SETTER(setCallingConv(CC));
202 CALLSITE_DELEGATE_SETTER(setAttributes(PAL));
231 CALLSITE_DELEGATE_SETTER(setIsNoInline(Value));
239 CALLSITE_DELEGATE_SETTER(setDoesNotAccessMemory());
247 CALLSITE_DELEGATE_SETTER(setOnlyReadsMemory());
255 CALLSITE_DELEGATE_SETTER(setDoesNotReturn());
263 CALLSITE_DELEGATE_SETTER(setDoesNotThrow());
267 #undef CALLSITE_DELEGATE_SETTER macro

Completed in 65 milliseconds