Lines Matching defs:Index
657 unsigned Index = I->first; in get() local
681 AttributeSet AttributeSet::get(LLVMContext &C, unsigned Index, in get()
723 AttributeSet AttributeSet::get(LLVMContext &C, unsigned Index, in get()
761 AttributeSet AttributeSet::addAttribute(LLVMContext &C, unsigned Index, in addAttribute()
767 AttributeSet AttributeSet::addAttribute(LLVMContext &C, unsigned Index, in addAttribute()
774 AttributeSet AttributeSet::addAttribute(LLVMContext &C, unsigned Index, in addAttribute()
811 AttributeSet AttributeSet::addAttributes(LLVMContext &C, unsigned Index, in addAttributes()
860 AttributeSet AttributeSet::removeAttribute(LLVMContext &C, unsigned Index, in removeAttribute()
866 AttributeSet AttributeSet::removeAttributes(LLVMContext &C, unsigned Index, in removeAttributes()
909 AttributeSet AttributeSet::removeAttributes(LLVMContext &C, unsigned Index, in removeAttributes()
945 AttributeSet AttributeSet::addDereferenceableAttr(LLVMContext &C, unsigned Index, in addDereferenceableAttr()
953 unsigned Index, in addDereferenceableOrNullAttr()
994 bool AttributeSet::hasAttribute(unsigned Index, Attribute::AttrKind Kind) const{ in hasAttribute()
999 bool AttributeSet::hasAttribute(unsigned Index, StringRef Kind) const { in hasAttribute()
1023 Attribute AttributeSet::getAttribute(unsigned Index, in getAttribute()
1029 Attribute AttributeSet::getAttribute(unsigned Index, in getAttribute()
1055 std::string AttributeSet::getAsString(unsigned Index, in getAsString()
1117 uint64_t Index = getSlotIndex(i); in dump() local
1133 AttrBuilder::AttrBuilder(AttributeSet AS, unsigned Index) in AttrBuilder()
1206 AttrBuilder &AttrBuilder::removeAttributes(AttributeSet A, uint64_t Index) { in removeAttributes()