• Home
  • Raw
  • Download

Lines Matching defs:Index

734     unsigned Index = I->first;  in get()  local
758 AttributeSet AttributeSet::get(LLVMContext &C, unsigned Index, in get()
805 AttributeSet AttributeSet::get(LLVMContext &C, unsigned Index, in get()
813 AttributeSet AttributeSet::get(LLVMContext &C, unsigned Index, in get()
851 AttributeSet AttributeSet::addAttribute(LLVMContext &C, unsigned Index, in addAttribute()
857 AttributeSet AttributeSet::addAttribute(LLVMContext &C, unsigned Index, in addAttribute()
894 AttributeSet AttributeSet::addAttributes(LLVMContext &C, unsigned Index, in addAttributes()
943 AttributeSet AttributeSet::removeAttribute(LLVMContext &C, unsigned Index, in removeAttribute()
949 AttributeSet AttributeSet::removeAttribute(LLVMContext &C, unsigned Index, in removeAttribute()
955 AttributeSet AttributeSet::removeAttributes(LLVMContext &C, unsigned Index, in removeAttributes()
998 AttributeSet AttributeSet::removeAttributes(LLVMContext &C, unsigned Index, in removeAttributes()
1034 AttributeSet AttributeSet::addDereferenceableAttr(LLVMContext &C, unsigned Index, in addDereferenceableAttr()
1042 unsigned Index, in addDereferenceableOrNullAttr()
1050 AttributeSet::addAllocSizeAttr(LLVMContext &C, unsigned Index, in addAllocSizeAttr()
1092 bool AttributeSet::hasAttribute(unsigned Index, Attribute::AttrKind Kind) const{ in hasAttribute()
1097 bool AttributeSet::hasAttribute(unsigned Index, StringRef Kind) const { in hasAttribute()
1126 Attribute AttributeSet::getAttribute(unsigned Index, in getAttribute()
1132 Attribute AttributeSet::getAttribute(unsigned Index, in getAttribute()
1164 std::string AttributeSet::getAsString(unsigned Index, bool InAttrGrp) const { in getAsString()
1221 uint64_t Index = getSlotIndex(i); in dump() local
1237 AttrBuilder::AttrBuilder(AttributeSet AS, unsigned Index) in AttrBuilder()
1315 AttrBuilder &AttrBuilder::removeAttributes(AttributeSet A, uint64_t Index) { in removeAttributes()