LLVM API Documentation
#include <X86MachineFunctionInfo.h>
Inheritance diagram for llvm::X86FunctionInfo:


Public Member Functions | |
| X86FunctionInfo (MachineFunction &MF) | |
| bool | getForceFramePointer () const |
| void | setForceFramePointer (bool forceFP) |
Definition at line 23 of file X86MachineFunctionInfo.h.
| llvm::X86FunctionInfo::X86FunctionInfo | ( | MachineFunction & | MF | ) | [inline] |
Definition at line 30 of file X86MachineFunctionInfo.h.
| bool llvm::X86FunctionInfo::getForceFramePointer | ( | ) | const [inline] |
Definition at line 31 of file X86MachineFunctionInfo.h.
| void llvm::X86FunctionInfo::setForceFramePointer | ( | bool | forceFP | ) | [inline] |
Definition at line 32 of file X86MachineFunctionInfo.h.