Go to the source code of this file.
|
static cl::opt< bool > | NoAliases ("csky-no-aliases", cl::desc("Disable the emission of assembler pseudo instructions"), cl::init(false), cl::Hidden) |
|
static cl::opt< bool > | ArchRegNames ("csky-arch-reg-names", cl::desc("Print architectural register names rather than the " "ABI names (such as r14 instead of sp)"), cl::init(false), cl::Hidden) |
|
◆ DEBUG_TYPE
#define DEBUG_TYPE "csky-asm-printer" |
◆ PRINT_ALIAS_INSTR
#define PRINT_ALIAS_INSTR |
◆ ArchRegNames
cl::opt< bool > ArchRegNames("csky-arch-reg-names", cl::desc("Print architectural register names rather than the " "ABI names (such as r14 instead of sp)"), cl::init(false), cl::Hidden) |
( |
"csky-arch-reg-names" |
, |
|
|
cl::desc("Print architectural register names rather than the " "ABI names (such as r14 instead of sp)") |
, |
|
|
cl::init(false) |
, |
|
|
cl::Hidden |
|
|
) |
| |
|
static |
◆ NoAliases
cl::opt< bool > NoAliases("csky-no-aliases", cl::desc("Disable the emission of assembler pseudo instructions"), cl::init(false), cl::Hidden) |
( |
"csky-no-aliases" |
, |
|
|
cl::desc("Disable the emission of assembler pseudo instructions") |
, |
|
|
cl::init(false) |
, |
|
|
cl::Hidden |
|
|
) |
| |
|
static |