Lines Matching defs:RM
70 static Reloc::Model getEffectiveRelocModel(std::optional<Reloc::Model> RM) {
71 return RM.value_or(Reloc::Static);
85 getEffectiveSparcCodeModel(std::optional<CodeModel::Model> CM, Reloc::Model RM,
97 return RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium;
106 std::optional<Reloc::Model> RM,
112 getEffectiveRelocModel(RM),
113 getEffectiveSparcCodeModel(CM, getEffectiveRelocModel(RM), is64bit,
210 std::optional<Reloc::Model> RM,
213 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, false) {}
220 std::optional<Reloc::Model> RM,
223 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, true) {}
230 std::optional<Reloc::Model> RM,
233 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, false) {}