reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
235 virtual bool hasReservedCallFrame(const MachineFunction &MF) const {
95 bool hasReservedCallFrame(const MachineFunction &MF) const override;
62 return hasReservedCallFrame(MF) || 1924 if (!IgnoreSPUpdates && !hasReservedCallFrame(MF)) 2795 bool reserveCallFrame = hasReservedCallFrame(MF);