Lines Matching refs:getAttributes
1212 CurBuilder.merge(AttrBuilder(C, List.getAttributes(I - 1))); in get()
1224 AttributeSet Attrs = getAttributes(Index); in addAttributeAtIndex()
1266 AttrBuilder Merged(C, getAttributes(Index)); in addAttributesAtIndex()
1323 AttributeSet Attrs = getAttributes(Index); in removeAttributesAtIndex()
1381 return getAttributes(ArgNo + FirstArgIndex); in getParamAttrs()
1385 return getAttributes(ReturnIndex); in getRetAttrs()
1389 return getAttributes(FunctionIndex); in getFnAttrs()
1394 return getAttributes(Index).hasAttribute(Kind); in hasAttributeAtIndex()
1398 return getAttributes(Index).hasAttribute(Kind); in hasAttributeAtIndex()
1402 return getAttributes(Index).hasAttributes(); in hasAttributesAtIndex()
1420 return getAttributes(Index).getAttribute(Kind); in getAttributeAtIndex()
1425 return getAttributes(Index).getAttribute(Kind); in getAttributeAtIndex()
1429 return getAttributes(ReturnIndex).getAlignment(); in getRetAlignment()
1433 return getAttributes(ArgNo + FirstArgIndex).getAlignment(); in getParamAlignment()
1437 return getAttributes(ArgNo + FirstArgIndex).getStackAlignment(); in getParamStackAlignment()
1441 return getAttributes(Index+FirstArgIndex).getByValType(); in getParamByValType()
1445 return getAttributes(Index + FirstArgIndex).getStructRetType(); in getParamStructRetType()
1449 return getAttributes(Index + FirstArgIndex).getByRefType(); in getParamByRefType()
1453 return getAttributes(Index + FirstArgIndex).getPreallocatedType(); in getParamPreallocatedType()
1457 return getAttributes(Index + FirstArgIndex).getInAllocaType(); in getParamInAllocaType()
1461 return getAttributes(Index + FirstArgIndex).getElementType(); in getParamElementType()
1498 return getAttributes(Index).getAsString(InAttrGrp); in getAsString()
1501 AttributeSet AttributeList::getAttributes(unsigned Index) const { in getAttributes() function in AttributeList
1536 if (!getAttributes(i).hasAttributes()) in print()