LLVM: lib/Target/M68k/M68kRegisterInfo.cpp File Reference (original) (raw)
This file contains the CPU0 implementation of the TargetRegisterInfo class. More...
Go to the source code of this file.
| Macros | |
|---|---|
| #define | GET_REGINFO_TARGET_DESC |
| #define | DEBUG_TYPE "m68k-reg-info" |
| Variables | |
|---|---|
| static cl::opt< bool > | EnableBasePointer ("m68k-use-base-pointer", cl::Hidden, cl::init(true), cl::desc("Enable use of a base pointer for complex stack frames")) |
This file contains the CPU0 implementation of the TargetRegisterInfo class.
Definition in file M68kRegisterInfo.cpp.
◆ DEBUG_TYPE
#define DEBUG_TYPE "m68k-reg-info"
◆ GET_REGINFO_TARGET_DESC
#define GET_REGINFO_TARGET_DESC
◆ CantUseSP()
◆ EnableBasePointer
| cl::opt< bool > EnableBasePointer("m68k-use-base-pointer", cl::Hidden, cl::init(true), cl::desc("Enable use of a base pointer for complex stack frames")) ( "m68k-use-base-pointer" , cl::Hidden , cl::init(true) , cl::desc("Enable use of a base pointer for complex stack frames") ) | static |
|---|