Lines Matching refs:AttributeSet
691 DenseMap<AttributeSet, unsigned> asMap;
745 int getAttributeGroupSlot(AttributeSet AS);
773 using as_iterator = DenseMap<AttributeSet, unsigned>::iterator;
799 void CreateAttributeSetSlot(AttributeSet AS);
988 AttributeSet FnAttrs = F.getAttributes().getFnAttrs(); in processModule()
1029 AttributeSet Attrs = Call->getAttributes().getFnAttrs(); in processFunction()
1165 int SlotTracker::getAttributeGroupSlot(AttributeSet AS) { in getAttributeGroupSlot()
1251 void SlotTracker::CreateAttributeSetSlot(AttributeSet AS) { in CreateAttributeSetSlot()
2556 void writeParamOperand(const Value *Operand, AttributeSet Attrs);
2571 void writeAttributeSet(const AttributeSet &AttrSet, bool InAttrGroup = false);
2580 void printArgument(const Argument *FA, AttributeSet Attrs);
2697 AttributeSet Attrs) { in writeParamOperand()
3677 AttributeSet AS = Attrs.getFnAttrs(); in printFunction()
3732 AttributeSet ArgAttrs = Attrs.getParamAttrs(I); in printFunction()
3817 void AssemblyWriter::printArgument(const Argument *Arg, AttributeSet Attrs) { in printArgument()
4419 void AssemblyWriter::writeAttributeSet(const AttributeSet &AttrSet, in writeAttributeSet()
4431 std::vector<std::pair<AttributeSet, unsigned>> asVec; in writeAllAttributeGroups()