Lines Matching refs:CodeModel
51 return getCodeModel() == CodeModel::Large; in isLargeGlobalValue()
73 return getCodeModel() == CodeModel::Large; in isLargeGlobalValue()
82 if (*CM == CodeModel::Small) in isLargeGlobalValue()
84 if (*CM == CodeModel::Large) in isLargeGlobalValue()
99 if (getCodeModel() == CodeModel::Medium || in isLargeGlobalValue()
100 getCodeModel() == CodeModel::Large) { in isLargeGlobalValue()
148 case CodeModel::Tiny: in getMaxCodeSize()
150 case CodeModel::Small: in getMaxCodeSize()
151 case CodeModel::Kernel: in getMaxCodeSize()
152 case CodeModel::Medium: in getMaxCodeSize()
154 case CodeModel::Large: in getMaxCodeSize()