|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/IR/Attributes.h 541 AttributeSet getParamAttributes(unsigned ArgNo) const;
References
lib/IR/AsmWriter.cpp 3463 AttributeSet ArgAttrs = Attrs.getParamAttributes(I);
3473 printArgument(&Arg, Attrs.getParamAttributes(Arg.getArgNo()));
3869 writeParamOperand(CI->getArgOperand(op), PAL.getParamAttributes(op));
3914 writeParamOperand(II->getArgOperand(op), PAL.getParamAttributes(op));
3954 writeParamOperand(CBI->getArgOperand(op), PAL.getParamAttributes(op));
lib/IR/Verifier.cpp 1724 AttributeSet ArgAttrs = Attrs.getParamAttributes(i);
1999 AttributeSet ArgAttrs = Attrs.getParamAttributes(5 + i);
2926 AttributeSet ArgAttrs = Attrs.getParamAttributes(Idx);
lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp 413 ArgAttributes.push_back(InvokeAL.getParamAttributes(I));
lib/Transforms/IPO/ArgumentPromotion.cpp 152 ArgAttrVec.push_back(PAL.getParamAttributes(ArgNo));
257 ArgAttrVec.push_back(CallPAL.getParamAttributes(ArgNo));
321 ArgAttrVec.push_back(CallPAL.getParamAttributes(ArgNo));
lib/Transforms/IPO/DeadArgumentElimination.cpp 190 ArgAttrs.push_back(PAL.getParamAttributes(ArgNo));
758 ArgAttrVec.push_back(PAL.getParamAttributes(i));
900 AttributeSet Attrs = CallPAL.getParamAttributes(i);
919 ArgAttrVec.push_back(CallPAL.getParamAttributes(i));
lib/Transforms/IPO/MergeFunctions.cpp 467 NewArgAttrs.push_back(NewPAL.getParamAttributes(argIdx));
lib/Transforms/IPO/WholeProgramDevirt.cpp 1139 NewArgAttrs.push_back(Attrs.getParamAttributes(I));
lib/Transforms/InstCombine/InstCombineCalls.cpp 4498 if (AttrBuilder(CallerPAL.getParamAttributes(i))
4578 AttrBuilder AB(CallerPAL.getParamAttributes(i));
4582 ArgAttrs.push_back(CallerPAL.getParamAttributes(i));
4609 ArgAttrs.push_back(CallerPAL.getParamAttributes(i));
4718 AttributeSet AS = NestAttrs.getParamAttributes(NestArgNo);
4754 NewArgAttrs.push_back(Attrs.getParamAttributes(ArgNo));
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp 263 ArgumentAttributes[TransformedIndex] = CallSiteAttrs.getParamAttributes(i);
269 ArgumentAttributes.push_back(CallSiteAttrs.getParamAttributes(i));
lib/Transforms/Utils/CallPromotionUtils.cpp 413 AttrBuilder ArgAttrs(CallerPAL.getParamAttributes(ArgNo));
427 NewArgAttrs.push_back(CallerPAL.getParamAttributes(ArgNo));
lib/Transforms/Utils/CloneFunction.cpp 118 OldAttrs.getParamAttributes(OldArg.getArgNo());
lib/Transforms/Utils/InlineFunction.cpp 1868 VarArgsAttrs.push_back(CS.getAttributes().getParamAttributes(i));
1901 ArgAttrs.push_back(Attrs.getParamAttributes(ArgNo));
lib/Transforms/Utils/SimplifyLibCalls.cpp 628 AttrBuilder ArgAttrs(CI->getAttributes().getParamAttributes(0));
tools/clang/lib/CodeGen/CodeGenModule.cpp 4308 newArgAttrs.push_back(oldAttrs.getParamAttributes(argNo));