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

References

lib/Target/SystemZ/SystemZCallingConv.h
   47     ArgIsFixed.clear();
   49       ArgIsFixed.push_back(true);
   61     ArgIsFixed.clear();
   63       ArgIsFixed.push_back(Outs[i].IsFixed);
   78   bool IsFixed(unsigned ValNo) { return ArgIsFixed[ValNo]; }