cl::opt< bool > GPOpt("mgpopt", cl::Hidden, cl::desc("Enable gp-relative addressing of mips small data items")) ( "mgpopt" , cl::Hidden , cl::desc("Enable gp-relative addressing of mips small data items") )
cl::opt< bool > Mips_Os16("mips-os16", cl::init(false), cl::desc("Compile all functions that don't use " "floating point as Mips 16"), cl::Hidden) ( "mips-os16" , cl::init(false) , cl::desc("Compile all functions that don't use " "floating point as Mips 16") , cl::Hidden )
cl::opt< bool > Mixed16_32("mips-mixed-16-32", cl::init(false), cl::desc("Allow for a mixture of Mips16 " "and Mips32 code in a single output file"), cl::Hidden) ( "mips-mixed-16-32" , cl::init(false) , cl::desc("Allow for a mixture of Mips16 " "and Mips32 code in a single output file") , cl::Hidden )