reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/IR/CallSite.h
  325     CALLSITE_DELEGATE_SETTER(setCallingConv(CC));
  333     CALLSITE_DELEGATE_SETTER(mutateFunctionType(Ty));
  342     CALLSITE_DELEGATE_SETTER(setAttributes(PAL));
  346     CALLSITE_DELEGATE_SETTER(addAttribute(i, Kind));
  350     CALLSITE_DELEGATE_SETTER(addAttribute(i, Attr));
  354     CALLSITE_DELEGATE_SETTER(addParamAttr(ArgNo, Kind));
  358     CALLSITE_DELEGATE_SETTER(removeAttribute(i, Kind));
  362     CALLSITE_DELEGATE_SETTER(removeAttribute(i, Kind));
  366     CALLSITE_DELEGATE_SETTER(removeParamAttr(ArgNo, Kind));
  455     CALLSITE_DELEGATE_SETTER(setIsNoInline(Value));
  463     CALLSITE_DELEGATE_SETTER(setDoesNotAccessMemory());
  471     CALLSITE_DELEGATE_SETTER(setOnlyReadsMemory());
  479     CALLSITE_DELEGATE_SETTER(setDoesNotReadMemory());
  488     CALLSITE_DELEGATE_SETTER(setOnlyAccessesArgMemory());
  497     CALLSITE_DELEGATE_SETTER(setOnlyAccessesInaccessibleMemory());
  506     CALLSITE_DELEGATE_SETTER(setOnlyAccessesInaccessibleMemOrArgMem());
  514     CALLSITE_DELEGATE_SETTER(setDoesNotReturn());
  522     CALLSITE_DELEGATE_SETTER(setDoesNotThrow());
  530     CALLSITE_DELEGATE_SETTER(setCannotDuplicate());
  538     CALLSITE_DELEGATE_SETTER(setConvergent());
  541     CALLSITE_DELEGATE_SETTER(setNotConvergent());