Lines Matching refs:AttributeSet
694 DenseMap<AttributeSet, unsigned> asMap;
748 int getAttributeGroupSlot(AttributeSet AS);
776 using as_iterator = DenseMap<AttributeSet, unsigned>::iterator;
802 void CreateAttributeSetSlot(AttributeSet AS);
991 AttributeSet FnAttrs = F.getAttributes().getFnAttributes(); in processModule()
1032 AttributeSet Attrs = Call->getAttributes().getFnAttributes(); in processFunction()
1168 int SlotTracker::getAttributeGroupSlot(AttributeSet AS) { in getAttributeGroupSlot()
1254 void SlotTracker::CreateAttributeSetSlot(AttributeSet AS) { in CreateAttributeSetSlot()
2601 void writeParamOperand(const Value *Operand, AttributeSet Attrs);
2616 void writeAttributeSet(const AttributeSet &AttrSet, bool InAttrGroup = false);
2624 void printArgument(const Argument *FA, AttributeSet Attrs);
2740 AttributeSet Attrs) { in writeParamOperand()
3687 AttributeSet AS = Attrs.getFnAttributes(); in printFunction()
3741 AttributeSet ArgAttrs = Attrs.getParamAttributes(I); in printFunction()
3826 void AssemblyWriter::printArgument(const Argument *Arg, AttributeSet Attrs) { in printArgument()
4426 void AssemblyWriter::writeAttributeSet(const AttributeSet &AttrSet, in writeAttributeSet()
4438 std::vector<std::pair<AttributeSet, unsigned>> asVec; in writeAllAttributeGroups()