Lines Matching refs:LLVMContext
94 Attribute Attribute::get(LLVMContext &Context, Attribute::AttrKind Kind, in get()
125 Attribute Attribute::get(LLVMContext &Context, StringRef Kind, StringRef Val) { in get()
148 Attribute Attribute::get(LLVMContext &Context, Attribute::AttrKind Kind, in get()
170 Attribute Attribute::get(LLVMContext &Context, Attribute::AttrKind Kind, in get()
195 Attribute Attribute::get(LLVMContext &Context, Attribute::AttrKind Kind, in get()
232 Attribute Attribute::getWithAlignment(LLVMContext &Context, Align A) { in getWithAlignment()
237 Attribute Attribute::getWithStackAlignment(LLVMContext &Context, Align A) { in getWithStackAlignment()
242 Attribute Attribute::getWithDereferenceableBytes(LLVMContext &Context, in getWithDereferenceableBytes()
248 Attribute Attribute::getWithDereferenceableOrNullBytes(LLVMContext &Context, in getWithDereferenceableOrNullBytes()
254 Attribute Attribute::getWithByValType(LLVMContext &Context, Type *Ty) { in getWithByValType()
258 Attribute Attribute::getWithStructRetType(LLVMContext &Context, Type *Ty) { in getWithStructRetType()
262 Attribute Attribute::getWithByRefType(LLVMContext &Context, Type *Ty) { in getWithByRefType()
266 Attribute Attribute::getWithPreallocatedType(LLVMContext &Context, Type *Ty) { in getWithPreallocatedType()
270 Attribute Attribute::getWithInAllocaType(LLVMContext &Context, Type *Ty) { in getWithInAllocaType()
274 Attribute Attribute::getWithUWTableKind(LLVMContext &Context, in getWithUWTableKind()
279 Attribute Attribute::getWithMemoryEffects(LLVMContext &Context, in getWithMemoryEffects()
284 Attribute Attribute::getWithNoFPClass(LLVMContext &Context, in getWithNoFPClass()
290 Attribute::getWithAllocSizeArgs(LLVMContext &Context, unsigned ElemSizeArg, in getWithAllocSizeArgs()
297 Attribute Attribute::getWithVScaleRangeArgs(LLVMContext &Context, in getWithVScaleRangeArgs()
706 bool Attribute::hasParentContext(LLVMContext &C) const { in hasParentContext()
842 AttributeSet AttributeSet::get(LLVMContext &C, const AttrBuilder &B) { in get()
846 AttributeSet AttributeSet::get(LLVMContext &C, ArrayRef<Attribute> Attrs) { in get()
850 AttributeSet AttributeSet::addAttribute(LLVMContext &C, in addAttribute()
858 AttributeSet AttributeSet::addAttribute(LLVMContext &C, StringRef Kind, in addAttribute()
865 AttributeSet AttributeSet::addAttributes(LLVMContext &C, in addAttributes()
878 AttributeSet AttributeSet::removeAttribute(LLVMContext &C, in removeAttribute()
886 AttributeSet AttributeSet::removeAttribute(LLVMContext &C, in removeAttribute()
894 AttributeSet AttributeSet::removeAttributes(LLVMContext &C, in removeAttributes()
1000 bool AttributeSet::hasParentContext(LLVMContext &C) const { in hasParentContext()
1041 AttributeSetNode *AttributeSetNode::get(LLVMContext &C, in get()
1048 AttributeSetNode *AttributeSetNode::getSorted(LLVMContext &C, in getSorted()
1078 AttributeSetNode *AttributeSetNode::get(LLVMContext &C, const AttrBuilder &B) { in get()
1263 AttributeList AttributeList::getImpl(LLVMContext &C, in getImpl()
1291 AttributeList::get(LLVMContext &C, in get()
1324 AttributeList::get(LLVMContext &C, in get()
1351 AttributeList AttributeList::get(LLVMContext &C, AttributeSet FnAttrs, in get()
1392 AttributeList AttributeList::get(LLVMContext &C, unsigned Index, in get()
1402 AttributeList AttributeList::get(LLVMContext &C, unsigned Index, in get()
1407 AttributeList AttributeList::get(LLVMContext &C, unsigned Index, in get()
1415 AttributeList AttributeList::get(LLVMContext &C, unsigned Index, in get()
1426 AttributeList AttributeList::get(LLVMContext &C, unsigned Index, in get()
1434 AttributeList AttributeList::get(LLVMContext &C, in get()
1461 AttributeList::addAttributeAtIndex(LLVMContext &C, unsigned Index, in addAttributeAtIndex()
1472 AttributeList AttributeList::addAttributeAtIndex(LLVMContext &C, unsigned Index, in addAttributeAtIndex()
1480 AttributeList AttributeList::addAttributeAtIndex(LLVMContext &C, unsigned Index, in addAttributeAtIndex()
1487 AttributeList AttributeList::setAttributesAtIndex(LLVMContext &C, in setAttributesAtIndex()
1504 AttributeList AttributeList::addAttributesAtIndex(LLVMContext &C, in addAttributesAtIndex()
1518 AttributeList AttributeList::addParamAttribute(LLVMContext &C, in addParamAttribute()
1539 AttributeList::removeAttributeAtIndex(LLVMContext &C, unsigned Index, in removeAttributeAtIndex()
1548 AttributeList AttributeList::removeAttributeAtIndex(LLVMContext &C, in removeAttributeAtIndex()
1559 LLVMContext &C, unsigned Index, const AttributeMask &AttrsToRemove) const { in removeAttributesAtIndex()
1569 AttributeList::removeAttributesAtIndex(LLVMContext &C, in removeAttributesAtIndex()
1578 AttributeList AttributeList::addDereferenceableRetAttr(LLVMContext &C, in addDereferenceableRetAttr()
1585 AttributeList AttributeList::addDereferenceableParamAttr(LLVMContext &C, in addDereferenceableParamAttr()
1594 AttributeList::addDereferenceableOrNullParamAttr(LLVMContext &C, unsigned Index, in addDereferenceableOrNullParamAttr()
1601 AttributeList AttributeList::addRangeRetAttr(LLVMContext &C, in addRangeRetAttr()
1609 LLVMContext &C, unsigned Index, unsigned ElemSizeArg, in addAllocSizeParamAttr()
1760 bool AttributeList::hasParentContext(LLVMContext &C) const { in hasParentContext()
1815 AttrBuilder::AttrBuilder(LLVMContext &Ctx, AttributeSet AS) : Ctx(Ctx) { in AttrBuilder()