Go to the source code of this file.
◆ EmitJalrReloc
| cl::opt< bool > EmitJalrReloc("mips-jalr-reloc", cl::Hidden, cl::desc("MIPS: Emit R_{MICRO}MIPS_JALR relocation with jalr"), cl::init(true)) |
( |
"mips-jalr-reloc" | , |
|
|
cl::Hidden | , |
|
|
cl::desc("MIPS: Emit R_{MICRO}MIPS_JALR relocation with jalr") | , |
|
|
cl::init(true) | ) |
◆ NoZeroDivCheck
| cl::opt< bool > NoZeroDivCheck("mno-check-zero-division", cl::Hidden, cl::desc("MIPS: Don't trap on integer division by zero."), cl::init(false)) |
( |
"mno-check-zero-division" | , |
|
|
cl::Hidden | , |
|
|
cl::desc("MIPS: Don't trap on integer division by zero.") | , |
|
|
cl::init(false) | ) |