reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/IR/AsmWriter.cpp
 3408   if (Attrs.hasAttributes(AttributeList::FunctionIndex)) {
 3409     AttributeSet AS = Attrs.getFnAttributes();
 3446   if (Attrs.hasAttributes(AttributeList::ReturnIndex))
 3447     Out << Attrs.getAsString(AttributeList::ReturnIndex) << ' ';
 3463       AttributeSet ArgAttrs = Attrs.getParamAttributes(I);
 3473       printArgument(&Arg, Attrs.getParamAttributes(Arg.getArgNo()));
 3493   if (Attrs.hasAttributes(AttributeList::FunctionIndex))
 3494     Out << " #" << Machine.getAttributeGroupSlot(Attrs.getFnAttributes());