Lines Matching refs:CodeModel
71 // SunCC Reloc CodeModel Constraints
79 static CodeModel::Model
80 getEffectiveSparcCodeModel(std::optional<CodeModel::Model> CM, Reloc::Model RM,
83 if (*CM == CodeModel::Tiny)
84 report_fatal_error("Target does not support the tiny CodeModel", false);
85 if (*CM == CodeModel::Kernel)
86 report_fatal_error("Target does not support the kernel CodeModel", false);
91 return CodeModel::Large;
92 return RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium;
94 return CodeModel::Small;
102 std::optional<CodeModel::Model> CM,
204 std::optional<CodeModel::Model> CM,
214 std::optional<CodeModel::Model> CM,
224 std::optional<CodeModel::Model> CM,