Lines Matching refs:CodeModel
76 // SunCC Reloc CodeModel Constraints
84 static CodeModel::Model
85 getEffectiveSparcCodeModel(std::optional<CodeModel::Model> CM, Reloc::Model RM,
88 if (*CM == CodeModel::Tiny)
89 report_fatal_error("Target does not support the tiny CodeModel", false);
90 if (*CM == CodeModel::Kernel)
91 report_fatal_error("Target does not support the kernel CodeModel", false);
96 return CodeModel::Large;
97 return RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium;
99 return CodeModel::Small;
107 std::optional<CodeModel::Model> CM,
211 std::optional<CodeModel::Model> CM,
221 std::optional<CodeModel::Model> CM,
231 std::optional<CodeModel::Model> CM,