Lines Matching refs:LLVMContext

81 Attribute Attribute::get(LLVMContext &Context, Attribute::AttrKind Kind,  in get()
105 Attribute Attribute::get(LLVMContext &Context, StringRef Kind, StringRef Val) { in get()
125 Attribute Attribute::getWithAlignment(LLVMContext &Context, uint64_t Align) { in getWithAlignment()
131 Attribute Attribute::getWithStackAlignment(LLVMContext &Context, in getWithStackAlignment()
138 Attribute Attribute::getWithDereferenceableBytes(LLVMContext &Context, in getWithDereferenceableBytes()
144 Attribute Attribute::getWithDereferenceableOrNullBytes(LLVMContext &Context, in getWithDereferenceableOrNullBytes()
151 Attribute::getWithAllocSizeArgs(LLVMContext &Context, unsigned ElemSizeArg, in getWithAllocSizeArgs()
513 AttributeSet AttributeSet::get(LLVMContext &C, const AttrBuilder &B) { in get()
517 AttributeSet AttributeSet::get(LLVMContext &C, ArrayRef<Attribute> Attrs) { in get()
521 AttributeSet AttributeSet::addAttribute(LLVMContext &C, in addAttribute()
529 AttributeSet AttributeSet::addAttribute(LLVMContext &C, StringRef Kind, in addAttribute()
536 AttributeSet AttributeSet::addAttributes(LLVMContext &C, in addAttributes()
551 AttributeSet AttributeSet::removeAttribute(LLVMContext &C, in removeAttribute()
559 AttributeSet AttributeSet::removeAttribute(LLVMContext &C, in removeAttribute()
567 AttributeSet AttributeSet::removeAttributes(LLVMContext &C, in removeAttributes()
651 AttributeSetNode *AttributeSetNode::get(LLVMContext &C, in get()
683 AttributeSetNode *AttributeSetNode::get(LLVMContext &C, const AttrBuilder &B) { in get()
806 AttributeListImpl::AttributeListImpl(LLVMContext &C, in AttributeListImpl()
846 AttributeList AttributeList::getImpl(LLVMContext &C, in getImpl()
873 AttributeList::get(LLVMContext &C, in get()
909 AttributeList::get(LLVMContext &C, in get()
940 AttributeList AttributeList::get(LLVMContext &C, AttributeSet FnAttrs, in get()
981 AttributeList AttributeList::get(LLVMContext &C, unsigned Index, in get()
991 AttributeList AttributeList::get(LLVMContext &C, unsigned Index, in get()
999 AttributeList AttributeList::get(LLVMContext &C, unsigned Index, in get()
1007 AttributeList AttributeList::get(LLVMContext &C, in get()
1033 AttributeList AttributeList::addAttribute(LLVMContext &C, unsigned Index, in addAttribute()
1041 AttributeList AttributeList::addAttribute(LLVMContext &C, unsigned Index, in addAttribute()
1049 AttributeList AttributeList::addAttribute(LLVMContext &C, unsigned Index, in addAttribute()
1056 AttributeList AttributeList::addAttributes(LLVMContext &C, unsigned Index, in addAttributes()
1085 AttributeList AttributeList::addParamAttribute(LLVMContext &C, in addParamAttribute()
1105 AttributeList AttributeList::removeAttribute(LLVMContext &C, unsigned Index, in removeAttribute()
1118 AttributeList AttributeList::removeAttribute(LLVMContext &C, unsigned Index, in removeAttribute()
1132 AttributeList::removeAttributes(LLVMContext &C, unsigned Index, in removeAttributes()
1147 AttributeList AttributeList::removeAttributes(LLVMContext &C, in removeAttributes()
1159 AttributeList AttributeList::addDereferenceableAttr(LLVMContext &C, in addDereferenceableAttr()
1168 AttributeList::addDereferenceableOrNullAttr(LLVMContext &C, unsigned Index, in addDereferenceableOrNullAttr()
1176 AttributeList::addAllocSizeAttr(LLVMContext &C, unsigned Index, in addAllocSizeAttr()
1188 LLVMContext &AttributeList::getContext() const { return pImpl->getContext(); } in getContext()