Lines Matching refs:LLVMContext
92 Attribute Attribute::get(LLVMContext &Context, Attribute::AttrKind Kind, in get()
121 Attribute Attribute::get(LLVMContext &Context, StringRef Kind, StringRef Val) { in get()
144 Attribute Attribute::get(LLVMContext &Context, Attribute::AttrKind Kind, in get()
166 Attribute Attribute::getWithAlignment(LLVMContext &Context, Align A) { in getWithAlignment()
171 Attribute Attribute::getWithStackAlignment(LLVMContext &Context, Align A) { in getWithStackAlignment()
176 Attribute Attribute::getWithDereferenceableBytes(LLVMContext &Context, in getWithDereferenceableBytes()
182 Attribute Attribute::getWithDereferenceableOrNullBytes(LLVMContext &Context, in getWithDereferenceableOrNullBytes()
188 Attribute Attribute::getWithByValType(LLVMContext &Context, Type *Ty) { in getWithByValType()
192 Attribute Attribute::getWithStructRetType(LLVMContext &Context, Type *Ty) { in getWithStructRetType()
196 Attribute Attribute::getWithByRefType(LLVMContext &Context, Type *Ty) { in getWithByRefType()
200 Attribute Attribute::getWithPreallocatedType(LLVMContext &Context, Type *Ty) { in getWithPreallocatedType()
204 Attribute Attribute::getWithInAllocaType(LLVMContext &Context, Type *Ty) { in getWithInAllocaType()
209 Attribute::getWithAllocSizeArgs(LLVMContext &Context, unsigned ElemSizeArg, in getWithAllocSizeArgs()
216 Attribute Attribute::getWithVScaleRangeArgs(LLVMContext &Context, in getWithVScaleRangeArgs()
469 bool Attribute::hasParentContext(LLVMContext &C) const { in hasParentContext()
590 AttributeSet AttributeSet::get(LLVMContext &C, const AttrBuilder &B) { in get()
594 AttributeSet AttributeSet::get(LLVMContext &C, ArrayRef<Attribute> Attrs) { in get()
598 AttributeSet AttributeSet::addAttribute(LLVMContext &C, in addAttribute()
606 AttributeSet AttributeSet::addAttribute(LLVMContext &C, StringRef Kind, in addAttribute()
613 AttributeSet AttributeSet::addAttributes(LLVMContext &C, in addAttributes()
628 AttributeSet AttributeSet::removeAttribute(LLVMContext &C, in removeAttribute()
636 AttributeSet AttributeSet::removeAttribute(LLVMContext &C, in removeAttribute()
644 AttributeSet AttributeSet::removeAttributes(LLVMContext &C, in removeAttributes()
729 bool AttributeSet::hasParentContext(LLVMContext &C) const { in hasParentContext()
770 AttributeSetNode *AttributeSetNode::get(LLVMContext &C, in get()
777 AttributeSetNode *AttributeSetNode::getSorted(LLVMContext &C, in getSorted()
807 AttributeSetNode *AttributeSetNode::get(LLVMContext &C, const AttrBuilder &B) { in get()
1012 AttributeList AttributeList::getImpl(LLVMContext &C, in getImpl()
1040 AttributeList::get(LLVMContext &C, in get()
1077 AttributeList::get(LLVMContext &C, in get()
1108 AttributeList AttributeList::get(LLVMContext &C, AttributeSet FnAttrs, in get()
1149 AttributeList AttributeList::get(LLVMContext &C, unsigned Index, in get()
1159 AttributeList AttributeList::get(LLVMContext &C, unsigned Index, in get()
1167 AttributeList AttributeList::get(LLVMContext &C, unsigned Index, in get()
1178 AttributeList AttributeList::get(LLVMContext &C, unsigned Index, in get()
1186 AttributeList AttributeList::get(LLVMContext &C, in get()
1212 AttributeList AttributeList::addAttribute(LLVMContext &C, unsigned Index, in addAttribute()
1222 AttributeList AttributeList::addAttribute(LLVMContext &C, unsigned Index, in addAttribute()
1230 AttributeList AttributeList::addAttribute(LLVMContext &C, unsigned Index, in addAttribute()
1237 AttributeList AttributeList::setAttributes(LLVMContext &C, unsigned Index, in setAttributes()
1247 AttributeList AttributeList::addAttributes(LLVMContext &C, unsigned Index, in addAttributes()
1269 AttributeList AttributeList::addParamAttribute(LLVMContext &C, in addParamAttribute()
1289 AttributeList AttributeList::removeAttribute(LLVMContext &C, unsigned Index, in removeAttribute()
1302 AttributeList AttributeList::removeAttribute(LLVMContext &C, unsigned Index, in removeAttribute()
1316 AttributeList::removeAttributes(LLVMContext &C, unsigned Index, in removeAttributes()
1326 AttributeList AttributeList::removeAttributes(LLVMContext &C, in removeAttributes()
1338 AttributeList AttributeList::addDereferenceableAttr(LLVMContext &C, in addDereferenceableAttr()
1347 AttributeList::addDereferenceableOrNullAttr(LLVMContext &C, unsigned Index, in addDereferenceableOrNullAttr()
1355 AttributeList::addAllocSizeAttr(LLVMContext &C, unsigned Index, in addAllocSizeAttr()
1363 AttributeList AttributeList::addVScaleRangeAttr(LLVMContext &C, unsigned Index, in addVScaleRangeAttr()
1496 bool AttributeList::hasParentContext(LLVMContext &C) const { in hasParentContext()