HomeSort by relevance Sort by last modified time
    Searched defs:getSlotAttributes (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/IR/
AttributeImpl.h 251 AttributeSet getSlotAttributes(unsigned Slot) const {
Attributes.cpp 790 AttrSet.emplace_back(getSlotAttributes(I++));
794 AttrBuilder B(getSlotAttributes(I), *IdxI);
803 AttrSet.emplace_back(getSlotAttributes(I++));
832 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++);
836 AttrSet.push_back(getSlotAttributes(I));
855 AttrSet.push_back(getSlotAttributes(I));
883 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++);
887 AttrSet.push_back(getSlotAttributes(I));
896 B.removeAttributes(Attrs.pImpl->getSlotAttributes(I), Index);
904 AttrSet.push_back(getSlotAttributes(I))
    [all...]

Completed in 71 milliseconds