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

References

lib/IR/AsmWriter.cpp
 3456     for (unsigned I = 0, E = FT->getNumParams(); I != E; ++I) {
 3456     for (unsigned I = 0, E = FT->getNumParams(); I != E; ++I) {
 3458       if (I)
 3461       TypePrinter.print(FT->getParamType(I), Out);
 3463       AttributeSet ArgAttrs = Attrs.getParamAttributes(I);