Searched refs:mBitWidth (Results 1 – 4 of 4) sorted by relevance
55 uint32_t mBitWidth; variable103 mBitWidth = 32; in RSCCOptions()
150 if (Opts.mBitWidth == 64) { in compileFiles()185 Compiler->init(Opts.mBitWidth, DiagEngine, DiagClient); in compileFiles()273 Opts.mBitWidth = 64; in main()
327 bool CompileSecondTimeFor64Bit = Opts.mEmit3264 && Opts.mBitWidth == 64; in compile()357 if (Opts.mEmit3264 && (Opts.mBitWidth == 32)) { in compile()365 const std::string &outputFileName = (Opts.mBitWidth == 64) ? in compile()
201 Opts.mBitWidth = 32; in ParseArguments()203 Opts.mBitWidth = 64; in ParseArguments()