14 #ifndef LLVM_LIB_TARGET_MSP430_MSP430MACHINEFUNCTIONINFO_H
15 #define LLVM_LIB_TARGET_MSP430_MSP430MACHINEFUNCTIONINFO_H
24 virtual void anchor();
28 unsigned CalleeSavedFrameSize;
34 int VarArgsFrameIndex;
40 : CalleeSavedFrameSize(0), ReturnAddrIndex(0) {}
void setRAIndex(int Index)
MSP430MachineFunctionInfo - This class is derived from MachineFunction and contains private MSP430 ta...
MSP430MachineFunctionInfo()
MachineFunctionInfo - This class can be derived from and used by targets to hold private target-speci...
void setVarArgsFrameIndex(int Index)
unsigned getCalleeSavedFrameSize() const
int getVarArgsFrameIndex() const
void setCalleeSavedFrameSize(unsigned bytes)
MSP430MachineFunctionInfo(MachineFunction &MF)