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

Declarations

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

References

include/llvm/CodeGen/CommandFlags.inc
  409         Attrs.addAttributes(Ctx, AttributeList::FunctionIndex, NewAttrs));
include/llvm/IR/Attributes.h
  437     return addAttributes(C, ArgNo + FirstArgIndex, B);
lib/AsmParser/LLParser.cpp
  147       AS = AS.addAttributes(Context, AttributeList::FunctionIndex,
  155       AS = AS.addAttributes(Context, AttributeList::FunctionIndex,
  163       AS = AS.addAttributes(Context, AttributeList::FunctionIndex,
  171       AS = AS.addAttributes(Context, AttributeList::FunctionIndex,
lib/IR/Attributes.cpp
 1137   return addAttributes(C, Index, B);
 1145   return addAttributes(C, Index, B);
 1152   return addAttributes(C, Index, B);
 1263   return addAttributes(C, Index, B);
 1271   return addAttributes(C, Index, B);
 1280   return addAttributes(C, Index, B);
lib/IR/Function.cpp
  395   PAL = PAL.addAttributes(getContext(), i, Attrs);
lib/Transforms/Coroutines/CoroSplit.cpp
  683     NewAttrs = NewAttrs.addAttributes(Context, AttributeList::FunctionIndex,
tools/bugpoint/CrashDebugger.cpp
  357       NewAttrs.addAttributes(BD.getContext(), AttributeList::FunctionIndex, AB);
unittests/IR/AttributesTest.cpp
   61   AL = AL.addAttributes(C, AttributeList::FunctionIndex, AttributeSet::get(C, B));
   65   AL = AL.addAttributes(C, AttributeList::ReturnIndex, B);
   99   AL = AL.addAttributes(C, 0, B_stackalign_optnone);
  124   AL2 = AL2.addAttributes(C, 0, B_stackalign_optnone);
  153   AL = AL.addAttributes(C, AttributeList::FirstArgIndex, B);