#include "Target/M68k/M68kMachineFunction.h"
Definition at line 23 of file M68kMachineFunction.h.
◆ M68kMachineFunctionInfo()
◆ clone()
◆ getArgumentStackSize()
unsigned llvm::M68kMachineFunctionInfo::getArgumentStackSize |
( |
| ) |
const |
|
inline |
◆ getBytesToPopOnReturn()
unsigned llvm::M68kMachineFunctionInfo::getBytesToPopOnReturn |
( |
| ) |
const |
|
inline |
◆ getCalleeSavedFrameSize()
unsigned llvm::M68kMachineFunctionInfo::getCalleeSavedFrameSize |
( |
| ) |
const |
|
inline |
◆ getForwardedMustTailRegParms()
◆ getGlobalBaseReg()
unsigned llvm::M68kMachineFunctionInfo::getGlobalBaseReg |
( |
| ) |
const |
|
inline |
◆ getHasPushSequences()
bool llvm::M68kMachineFunctionInfo::getHasPushSequences |
( |
| ) |
const |
|
inline |
◆ getRAIndex()
int llvm::M68kMachineFunctionInfo::getRAIndex |
( |
| ) |
const |
|
inline |
◆ getRestoreBasePointer()
bool llvm::M68kMachineFunctionInfo::getRestoreBasePointer |
( |
| ) |
const |
|
inline |
◆ getRestoreBasePointerOffset()
int llvm::M68kMachineFunctionInfo::getRestoreBasePointerOffset |
( |
| ) |
const |
|
inline |
◆ getSRetReturnReg()
unsigned llvm::M68kMachineFunctionInfo::getSRetReturnReg |
( |
| ) |
const |
|
inline |
◆ getTCReturnAddrDelta()
int llvm::M68kMachineFunctionInfo::getTCReturnAddrDelta |
( |
| ) |
const |
|
inline |
◆ getVarArgsFrameIndex()
int llvm::M68kMachineFunctionInfo::getVarArgsFrameIndex |
( |
| ) |
const |
|
inline |
◆ setArgumentStackSize()
void llvm::M68kMachineFunctionInfo::setArgumentStackSize |
( |
unsigned |
size | ) |
|
|
inline |
◆ setBytesToPopOnReturn()
void llvm::M68kMachineFunctionInfo::setBytesToPopOnReturn |
( |
unsigned |
bytes | ) |
|
|
inline |
◆ setCalleeSavedFrameSize()
void llvm::M68kMachineFunctionInfo::setCalleeSavedFrameSize |
( |
unsigned |
bytes | ) |
|
|
inline |
◆ setGlobalBaseReg()
void llvm::M68kMachineFunctionInfo::setGlobalBaseReg |
( |
unsigned |
Reg | ) |
|
|
inline |
◆ setHasPushSequences()
void llvm::M68kMachineFunctionInfo::setHasPushSequences |
( |
bool |
HasPush | ) |
|
|
inline |
◆ setRAIndex()
void llvm::M68kMachineFunctionInfo::setRAIndex |
( |
int |
Index | ) |
|
|
inline |
◆ setRestoreBasePointer()
◆ setSRetReturnReg()
void llvm::M68kMachineFunctionInfo::setSRetReturnReg |
( |
unsigned |
Reg | ) |
|
|
inline |
◆ setTCReturnAddrDelta()
void llvm::M68kMachineFunctionInfo::setTCReturnAddrDelta |
( |
int |
delta | ) |
|
|
inline |
◆ setVarArgsFrameIndex()
void llvm::M68kMachineFunctionInfo::setVarArgsFrameIndex |
( |
int |
Index | ) |
|
|
inline |
The documentation for this class was generated from the following files: