Lines Matching defs:JIT
81 bool Is64Bit, bool JIT) {
90 if (JIT)
103 CodeGenOptLevel OL, bool JIT,
108 CM, getEffectiveRelocModel(RM), is64bit, JIT),
205 CodeGenOptLevel OL, bool JIT)
206 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, false) {}
215 CodeGenOptLevel OL, bool JIT)
216 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, true) {}
225 CodeGenOptLevel OL, bool JIT)
226 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, false) {}