Lines Matching refs:LLVMContext
92 Attribute Attribute::get(LLVMContext &Context, Attribute::AttrKind Kind, in get()
123 Attribute Attribute::get(LLVMContext &Context, StringRef Kind, StringRef Val) { in get()
146 Attribute Attribute::get(LLVMContext &Context, Attribute::AttrKind Kind, in get()
168 Attribute Attribute::getWithAlignment(LLVMContext &Context, Align A) { in getWithAlignment()
173 Attribute Attribute::getWithStackAlignment(LLVMContext &Context, Align A) { in getWithStackAlignment()
178 Attribute Attribute::getWithDereferenceableBytes(LLVMContext &Context, in getWithDereferenceableBytes()
184 Attribute Attribute::getWithDereferenceableOrNullBytes(LLVMContext &Context, in getWithDereferenceableOrNullBytes()
190 Attribute Attribute::getWithByValType(LLVMContext &Context, Type *Ty) { in getWithByValType()
194 Attribute Attribute::getWithStructRetType(LLVMContext &Context, Type *Ty) { in getWithStructRetType()
198 Attribute Attribute::getWithByRefType(LLVMContext &Context, Type *Ty) { in getWithByRefType()
202 Attribute Attribute::getWithPreallocatedType(LLVMContext &Context, Type *Ty) { in getWithPreallocatedType()
206 Attribute Attribute::getWithInAllocaType(LLVMContext &Context, Type *Ty) { in getWithInAllocaType()
210 Attribute Attribute::getWithUWTableKind(LLVMContext &Context, in getWithUWTableKind()
215 Attribute Attribute::getWithMemoryEffects(LLVMContext &Context, in getWithMemoryEffects()
220 Attribute Attribute::getWithNoFPClass(LLVMContext &Context, in getWithNoFPClass()
226 Attribute::getWithAllocSizeArgs(LLVMContext &Context, unsigned ElemSizeArg, in getWithAllocSizeArgs()
233 Attribute Attribute::getWithVScaleRangeArgs(LLVMContext &Context, in getWithVScaleRangeArgs()
592 bool Attribute::hasParentContext(LLVMContext &C) const { in hasParentContext()
712 AttributeSet AttributeSet::get(LLVMContext &C, const AttrBuilder &B) { in get()
716 AttributeSet AttributeSet::get(LLVMContext &C, ArrayRef<Attribute> Attrs) { in get()
720 AttributeSet AttributeSet::addAttribute(LLVMContext &C, in addAttribute()
728 AttributeSet AttributeSet::addAttribute(LLVMContext &C, StringRef Kind, in addAttribute()
735 AttributeSet AttributeSet::addAttributes(LLVMContext &C, in addAttributes()
748 AttributeSet AttributeSet::removeAttribute(LLVMContext &C, in removeAttribute()
756 AttributeSet AttributeSet::removeAttribute(LLVMContext &C, in removeAttribute()
764 AttributeSet AttributeSet::removeAttributes(LLVMContext &C, in removeAttributes()
870 bool AttributeSet::hasParentContext(LLVMContext &C) const { in hasParentContext()
911 AttributeSetNode *AttributeSetNode::get(LLVMContext &C, in get()
918 AttributeSetNode *AttributeSetNode::getSorted(LLVMContext &C, in getSorted()
948 AttributeSetNode *AttributeSetNode::get(LLVMContext &C, const AttrBuilder &B) { in get()
1133 AttributeList AttributeList::getImpl(LLVMContext &C, in getImpl()
1161 AttributeList::get(LLVMContext &C, in get()
1194 AttributeList::get(LLVMContext &C, in get()
1221 AttributeList AttributeList::get(LLVMContext &C, AttributeSet FnAttrs, in get()
1262 AttributeList AttributeList::get(LLVMContext &C, unsigned Index, in get()
1272 AttributeList AttributeList::get(LLVMContext &C, unsigned Index, in get()
1277 AttributeList AttributeList::get(LLVMContext &C, unsigned Index, in get()
1285 AttributeList AttributeList::get(LLVMContext &C, unsigned Index, in get()
1296 AttributeList AttributeList::get(LLVMContext &C, unsigned Index, in get()
1304 AttributeList AttributeList::get(LLVMContext &C, in get()
1331 AttributeList::addAttributeAtIndex(LLVMContext &C, unsigned Index, in addAttributeAtIndex()
1342 AttributeList AttributeList::addAttributeAtIndex(LLVMContext &C, unsigned Index, in addAttributeAtIndex()
1350 AttributeList AttributeList::addAttributeAtIndex(LLVMContext &C, unsigned Index, in addAttributeAtIndex()
1357 AttributeList AttributeList::setAttributesAtIndex(LLVMContext &C, in setAttributesAtIndex()
1374 AttributeList AttributeList::addAttributesAtIndex(LLVMContext &C, in addAttributesAtIndex()
1388 AttributeList AttributeList::addParamAttribute(LLVMContext &C, in addParamAttribute()
1409 AttributeList::removeAttributeAtIndex(LLVMContext &C, unsigned Index, in removeAttributeAtIndex()
1418 AttributeList AttributeList::removeAttributeAtIndex(LLVMContext &C, in removeAttributeAtIndex()
1429 LLVMContext &C, unsigned Index, const AttributeMask &AttrsToRemove) const { in removeAttributesAtIndex()
1439 AttributeList::removeAttributesAtIndex(LLVMContext &C, in removeAttributesAtIndex()
1448 AttributeList AttributeList::addDereferenceableRetAttr(LLVMContext &C, in addDereferenceableRetAttr()
1455 AttributeList AttributeList::addDereferenceableParamAttr(LLVMContext &C, in addDereferenceableParamAttr()
1464 AttributeList::addDereferenceableOrNullParamAttr(LLVMContext &C, unsigned Index, in addDereferenceableOrNullParamAttr()
1472 LLVMContext &C, unsigned Index, unsigned ElemSizeArg, in addAllocSizeParamAttr()
1623 bool AttributeList::hasParentContext(LLVMContext &C) const { in hasParentContext()
1678 AttrBuilder::AttrBuilder(LLVMContext &Ctx, AttributeSet AS) : Ctx(Ctx) { in AttrBuilder()