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

Declarations

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

References

include/llvm/IR/Attributes.h
  415     return addAttribute(C, ArgNo + FirstArgIndex, Kind);
include/llvm/IR/InstrTypes.h
 1390     PAL = PAL.addAttribute(getContext(), i, Kind);
lib/CodeGen/AtomicExpandPass.cpp
 1763     Attr = Attr.addAttribute(Ctx, AttributeList::ReturnIndex, Attribute::ZExt);
lib/IR/Function.cpp
  383   PAL = PAL.addAttribute(getContext(), i, Kind);
lib/Target/AMDGPU/AMDGPULibFunc.cpp
  990     Attr = Attr.addAttribute(Ctx, AttributeList::FunctionIndex,
  992     Attr = Attr.addAttribute(Ctx, AttributeList::FunctionIndex,
lib/Target/Mips/Mips16HardFloat.cpp
  413         A = A.addAttribute(C, AttributeList::FunctionIndex,
  415         A = A.addAttribute(C, AttributeList::FunctionIndex,
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
  733     AL = AL.addAttribute(M.getContext(), AttributeList::FunctionIndex,
  735     AL = AL.addAttribute(M.getContext(), AttributeList::FunctionIndex,
  737     AL = AL.addAttribute(M.getContext(), AttributeList::ReturnIndex,
  747     AL = AL.addAttribute(M.getContext(), AttributeList::FunctionIndex,
  749     AL = AL.addAttribute(M.getContext(), AttributeList::FunctionIndex,
  751     AL = AL.addAttribute(M.getContext(), AttributeList::ReturnIndex,
  760     AL = AL.addAttribute(M.getContext(), AttributeList::FunctionIndex,
  762     AL = AL.addAttribute(M.getContext(), AttributeList::FunctionIndex,
  764     AL = AL.addAttribute(M.getContext(), AttributeList::ReturnIndex,
lib/Transforms/Instrumentation/ThreadSanitizer.cpp
  205   Attr = Attr.addAttribute(M.getContext(), AttributeList::FunctionIndex,
tools/clang/lib/CodeGen/CGCall.cpp
 4316         Attrs.addAttribute(getLLVMContext(), llvm::AttributeList::FunctionIndex,
 4323         Attrs.addAttribute(getLLVMContext(), llvm::AttributeList::FunctionIndex,
tools/clang/lib/CodeGen/CodeGenModule.cpp
 3342         ExtraAttrs.addAttribute(VMContext, llvm::AttributeList::FunctionIndex,
unittests/IR/VerifierTest.cpp
   55       AS.addAttribute(C, AttributeList::ReturnIndex, Attribute::UWTable));