Lines Matching refs:AddUnsigned
94 auto AddUnsigned = [&](unsigned I) { in computeLTOCacheKey() local
119 AddUnsigned(Conf.Options.RelaxELFRelocations); in computeLTOCacheKey()
120 AddUnsigned(Conf.Options.FunctionSections); in computeLTOCacheKey()
121 AddUnsigned(Conf.Options.DataSections); in computeLTOCacheKey()
122 AddUnsigned((unsigned)Conf.Options.DebuggerTuning); in computeLTOCacheKey()
126 AddUnsigned(*Conf.RelocModel); in computeLTOCacheKey()
128 AddUnsigned(-1); in computeLTOCacheKey()
130 AddUnsigned(*Conf.CodeModel); in computeLTOCacheKey()
132 AddUnsigned(-1); in computeLTOCacheKey()
133 AddUnsigned(Conf.CGOptLevel); in computeLTOCacheKey()
134 AddUnsigned(Conf.CGFileType); in computeLTOCacheKey()
135 AddUnsigned(Conf.OptLevel); in computeLTOCacheKey()
136 AddUnsigned(Conf.UseNewPM); in computeLTOCacheKey()
137 AddUnsigned(Conf.Freestanding); in computeLTOCacheKey()
188 AddUnsigned(GS->isLive()); in computeLTOCacheKey()
190 AddUnsigned(VI.isDSOLocal()); in computeLTOCacheKey()
194 AddUnsigned(GVS->isReadOnly()); in computeLTOCacheKey()
207 AddUnsigned(ET.first.isDSOLocal()); in computeLTOCacheKey()
238 AddUnsigned(S.TTRes.TheKind); in computeLTOCacheKey()
239 AddUnsigned(S.TTRes.SizeM1BitWidth); in computeLTOCacheKey()
248 AddUnsigned(WPD.first); in computeLTOCacheKey()
249 AddUnsigned(WPD.second.TheKind); in computeLTOCacheKey()
257 AddUnsigned(ByArg.second.TheKind); in computeLTOCacheKey()
259 AddUnsigned(ByArg.second.Byte); in computeLTOCacheKey()
260 AddUnsigned(ByArg.second.Bit); in computeLTOCacheKey()
272 AddUnsigned(UsedCfiDefs.size()); in computeLTOCacheKey()
276 AddUnsigned(UsedCfiDecls.size()); in computeLTOCacheKey()