reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1371 AttributeList getAttributes() const { return Attrs; } 1375 void setAttributes(AttributeList A) { Attrs = A; } 1576 if (const auto MA = Attrs.getRetAlignment()) 1583 if (const auto MA = Attrs.getParamAlignment(ArgNo)) 1590 Type *Ty = Attrs.getParamByValType(ArgNo); 1597 return Attrs.getDereferenceableBytes(i); 1603 return Attrs.getDereferenceableOrNullBytes(i); 1613 return Attrs.hasAttribute(AttributeList::ReturnIndex, Attribute::NoAlias); 1726 return Attrs.hasAttrSomewhere(Attribute::ByVal); 2114 if (Attrs.hasAttribute(AttributeList::FunctionIndex, Kind))lib/IR/Instructions.cpp
312 if (Attrs.hasAttrSomewhere(Attribute::Returned, &Index) && Index) 323 if (Attrs.hasAttribute(AttributeList::ReturnIndex, Kind)) 336 if (Attrs.hasParamAttribute(ArgNo, Kind)) 437 : CallBase(CI.Attrs, CI.FTy, CI.getType(), Instruction::Call, 750 : CallBase(II.Attrs, II.FTy, II.getType(), Instruction::Invoke, 832 : CallBase(CBI.Attrs, CBI.FTy, CBI.getType(), Instruction::CallBr,