Searched defs:getSlotIndex (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/IR/
H A DAttributeImpl.h232 unsigned getSlotIndex(unsigned Slot) const { function in class:llvm::AttributeSetImpl
H A DAttributes.cpp551 if (getSlotIndex(I) != Index) continue;
775 if (getSlotIndex(I) >= Index) {
776 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++);
788 if (Attrs.getSlotIndex(I) == Index) {
828 if (getSlotIndex(I) >= Index) {
829 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++);
841 if (Attrs.getSlotIndex(I) == Index) {
972 if (pImpl->getSlotIndex(I) == Index)
1001 unsigned AttributeSet::getSlotIndex(unsigned Slot) const { function in class:AttributeSet
1004 return pImpl->getSlotIndex(Slo
[all...]

Completed in 103 milliseconds