Go to the source code of this file.
|
static cl::opt< bool > | NumericReg ("loongarch-numeric-reg", cl::desc("Print numeric register names rather than the ABI " "names (such as $r0 instead of $zero)"), cl::init(false), cl::Hidden) |
|
◆ DEBUG_TYPE
#define DEBUG_TYPE "loongarch-asm-printer" |
◆ PRINT_ALIAS_INSTR
#define PRINT_ALIAS_INSTR |
◆ NumericReg
cl::opt< bool > NumericReg("loongarch-numeric-reg", cl::desc("Print numeric register names rather than the ABI " "names (such as $r0 instead of $zero)"), cl::init(false), cl::Hidden) |
( |
"loongarch-numeric-reg" |
, |
|
|
cl::desc("Print numeric register names rather than the ABI " "names (such as $r0 instead of $zero)") |
, |
|
|
cl::init(false) |
, |
|
|
cl::Hidden |
|
|
) |
| |
|
static |