Changeset View
Changeset View
Standalone View
Standalone View
lib/Target/PowerPC/PPCFrameLowering.h
Show First 20 Lines • Show All 86 Lines • ▼ Show 20 Lines | public: | ||||
unsigned getBasePointerSaveOffset() const { return BasePointerSaveOffset; } | unsigned getBasePointerSaveOffset() const { return BasePointerSaveOffset; } | ||||
/// getLinkageSize - Return the size of the PowerPC ABI linkage area. | /// getLinkageSize - Return the size of the PowerPC ABI linkage area. | ||||
/// | /// | ||||
unsigned getLinkageSize() const { return LinkageSize; } | unsigned getLinkageSize() const { return LinkageSize; } | ||||
const SpillSlot * | const SpillSlot * | ||||
getCalleeSavedSpillSlots(unsigned &NumEntries) const override; | getCalleeSavedSpillSlots(unsigned &NumEntries) const override; | ||||
bool enableShrinkWrapping(const MachineFunction &MF) const override; | |||||
}; | }; | ||||
} // End llvm namespace | } // End llvm namespace | ||||
#endif | #endif |