Lines Matching defs:RM
65 static Reloc::Model getEffectiveRelocModel(std::optional<Reloc::Model> RM) {
66 return RM.value_or(Reloc::Static);
80 getEffectiveSparcCodeModel(std::optional<CodeModel::Model> CM, Reloc::Model RM,
92 return RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium;
101 std::optional<Reloc::Model> RM,
106 getEffectiveRelocModel(RM),
108 CM, getEffectiveRelocModel(RM), is64bit, JIT),
203 std::optional<Reloc::Model> RM,
206 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, false) {}
213 std::optional<Reloc::Model> RM,
216 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, true) {}
223 std::optional<Reloc::Model> RM,
226 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, false) {}