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

Declarations

include/llvm/IR/Attributes.h
  403   LLVM_NODISCARD AttributeList addAttribute(LLVMContext &C, unsigned Index,

References

include/llvm/IR/InstrTypes.h
 1397     PAL = PAL.addAttribute(getContext(), i, Attr);
lib/IR/Function.cpp
  389   PAL = PAL.addAttribute(getContext(), i, Attr);
lib/Linker/IRMover.cpp
  645       Attrs = Attrs.addAttribute(
lib/Transforms/IPO/Attributor.cpp
  262     Attrs = Attrs.addAttribute(Ctx, AttrIdx, Attr);
  270     Attrs = Attrs.addAttribute(Ctx, AttrIdx, Attr);
  279     Attrs = Attrs.addAttribute(Ctx, AttrIdx, Attr);
lib/Transforms/Utils/ValueMapper.cpp
  909         Attrs = Attrs.addAttribute(
unittests/IR/AttributesTest.cpp
  143   AL = AL.addAttribute(C, AttributeList::FirstArgIndex,
  145   AL = AL.addAttribute(C, AttributeList::FirstArgIndex + 1,