Home
last modified time | relevance | path

Searched refs:getAttrIdx (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DAttributor.cpp515 if (!addIfNotExistent(Ctx, Attr, Attrs, IRP.getAttrIdx(), ForceReplace)) in manifestAttrs()
661 bool HasAttr = AttrList.hasAttribute(getAttrIdx(), AK); in getAttrsFromIRAttr()
663 Attrs.push_back(AttrList.getAttribute(getAttrIdx(), AK)); in getAttrsFromIRAttr()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
DAttributor.h515 unsigned getAttrIdx() const { in getAttrIdx() function
594 AttrList = AttrList.removeAttribute(Ctx, getAttrIdx(), AK); in removeAttrs()