Lines Matching refs:AttributeSet
724 DenseMap<AttributeSet, unsigned> asMap;
783 int getAttributeGroupSlot(AttributeSet AS);
812 using as_iterator = DenseMap<AttributeSet, unsigned>::iterator;
838 void CreateAttributeSetSlot(AttributeSet AS);
1031 AttributeSet FnAttrs = F.getAttributes().getFnAttrs(); in processModule()
1072 AttributeSet Attrs = Call->getAttributes().getFnAttrs(); in processFunction()
1222 int SlotTracker::getAttributeGroupSlot(AttributeSet AS) { in getAttributeGroupSlot()
1316 void SlotTracker::CreateAttributeSetSlot(AttributeSet AS) { in CreateAttributeSetSlot()
2639 void writeParamOperand(const Value *Operand, AttributeSet Attrs);
2654 void writeAttributeSet(const AttributeSet &AttrSet, bool InAttrGroup = false);
2663 void printArgument(const Argument *FA, AttributeSet Attrs);
2782 AttributeSet Attrs) { in writeParamOperand()
3861 AttributeSet AS = Attrs.getFnAttrs(); in printFunction()
3916 AttributeSet ArgAttrs = Attrs.getParamAttrs(I); in printFunction()
4003 void AssemblyWriter::printArgument(const Argument *Arg, AttributeSet Attrs) { in printArgument()
4672 void AssemblyWriter::writeAttributeSet(const AttributeSet &AttrSet, in writeAttributeSet()
4684 std::vector<std::pair<AttributeSet, unsigned>> asVec; in writeAllAttributeGroups()