Lines Matching refs:LLVMContext
90 Attribute Attribute::get(LLVMContext &Context, Attribute::AttrKind Kind, in get()
119 Attribute Attribute::get(LLVMContext &Context, StringRef Kind, StringRef Val) { in get()
142 Attribute Attribute::get(LLVMContext &Context, Attribute::AttrKind Kind, in get()
164 Attribute Attribute::getWithAlignment(LLVMContext &Context, Align A) { in getWithAlignment()
169 Attribute Attribute::getWithStackAlignment(LLVMContext &Context, Align A) { in getWithStackAlignment()
174 Attribute Attribute::getWithDereferenceableBytes(LLVMContext &Context, in getWithDereferenceableBytes()
180 Attribute Attribute::getWithDereferenceableOrNullBytes(LLVMContext &Context, in getWithDereferenceableOrNullBytes()
186 Attribute Attribute::getWithByValType(LLVMContext &Context, Type *Ty) { in getWithByValType()
190 Attribute Attribute::getWithStructRetType(LLVMContext &Context, Type *Ty) { in getWithStructRetType()
194 Attribute Attribute::getWithByRefType(LLVMContext &Context, Type *Ty) { in getWithByRefType()
198 Attribute Attribute::getWithPreallocatedType(LLVMContext &Context, Type *Ty) { in getWithPreallocatedType()
202 Attribute Attribute::getWithInAllocaType(LLVMContext &Context, Type *Ty) { in getWithInAllocaType()
206 Attribute Attribute::getWithUWTableKind(LLVMContext &Context, in getWithUWTableKind()
212 Attribute::getWithAllocSizeArgs(LLVMContext &Context, unsigned ElemSizeArg, in getWithAllocSizeArgs()
219 Attribute Attribute::getWithVScaleRangeArgs(LLVMContext &Context, in getWithVScaleRangeArgs()
502 bool Attribute::hasParentContext(LLVMContext &C) const { in hasParentContext()
623 AttributeSet AttributeSet::get(LLVMContext &C, const AttrBuilder &B) { in get()
627 AttributeSet AttributeSet::get(LLVMContext &C, ArrayRef<Attribute> Attrs) { in get()
631 AttributeSet AttributeSet::addAttribute(LLVMContext &C, in addAttribute()
639 AttributeSet AttributeSet::addAttribute(LLVMContext &C, StringRef Kind, in addAttribute()
646 AttributeSet AttributeSet::addAttributes(LLVMContext &C, in addAttributes()
659 AttributeSet AttributeSet::removeAttribute(LLVMContext &C, in removeAttribute()
667 AttributeSet AttributeSet::removeAttribute(LLVMContext &C, in removeAttribute()
675 AttributeSet AttributeSet::removeAttributes(LLVMContext &C, in removeAttributes()
771 bool AttributeSet::hasParentContext(LLVMContext &C) const { in hasParentContext()
812 AttributeSetNode *AttributeSetNode::get(LLVMContext &C, in get()
819 AttributeSetNode *AttributeSetNode::getSorted(LLVMContext &C, in getSorted()
849 AttributeSetNode *AttributeSetNode::get(LLVMContext &C, const AttrBuilder &B) { in get()
1022 AttributeList AttributeList::getImpl(LLVMContext &C, in getImpl()
1050 AttributeList::get(LLVMContext &C, in get()
1083 AttributeList::get(LLVMContext &C, in get()
1110 AttributeList AttributeList::get(LLVMContext &C, AttributeSet FnAttrs, in get()
1151 AttributeList AttributeList::get(LLVMContext &C, unsigned Index, in get()
1161 AttributeList AttributeList::get(LLVMContext &C, unsigned Index, in get()
1166 AttributeList AttributeList::get(LLVMContext &C, unsigned Index, in get()
1174 AttributeList AttributeList::get(LLVMContext &C, unsigned Index, in get()
1185 AttributeList AttributeList::get(LLVMContext &C, unsigned Index, in get()
1193 AttributeList AttributeList::get(LLVMContext &C, in get()
1220 AttributeList::addAttributeAtIndex(LLVMContext &C, unsigned Index, in addAttributeAtIndex()
1231 AttributeList AttributeList::addAttributeAtIndex(LLVMContext &C, unsigned Index, in addAttributeAtIndex()
1239 AttributeList AttributeList::addAttributeAtIndex(LLVMContext &C, unsigned Index, in addAttributeAtIndex()
1246 AttributeList AttributeList::setAttributesAtIndex(LLVMContext &C, in setAttributesAtIndex()
1257 AttributeList AttributeList::addAttributesAtIndex(LLVMContext &C, in addAttributesAtIndex()
1271 AttributeList AttributeList::addParamAttribute(LLVMContext &C, in addParamAttribute()
1292 AttributeList::removeAttributeAtIndex(LLVMContext &C, unsigned Index, in removeAttributeAtIndex()
1306 AttributeList AttributeList::removeAttributeAtIndex(LLVMContext &C, in removeAttributeAtIndex()
1322 LLVMContext &C, unsigned Index, const AttributeMask &AttrsToRemove) const { in removeAttributesAtIndex()
1332 AttributeList::removeAttributesAtIndex(LLVMContext &C, in removeAttributesAtIndex()
1344 AttributeList AttributeList::addDereferenceableRetAttr(LLVMContext &C, in addDereferenceableRetAttr()
1351 AttributeList AttributeList::addDereferenceableParamAttr(LLVMContext &C, in addDereferenceableParamAttr()
1360 AttributeList::addDereferenceableOrNullParamAttr(LLVMContext &C, unsigned Index, in addDereferenceableOrNullParamAttr()
1368 AttributeList::addAllocSizeParamAttr(LLVMContext &C, unsigned Index, in addAllocSizeParamAttr()
1508 bool AttributeList::hasParentContext(LLVMContext &C) const { in hasParentContext()
1563 AttrBuilder::AttrBuilder(LLVMContext &Ctx, AttributeSet AS) : Ctx(Ctx) { in AttrBuilder()