Lines Matching refs:AddUnsigned
117 auto AddUnsigned = [&](unsigned I) { in computeLTOCacheKey() local
135 AddUnsigned(Conf.Options.MCOptions.X86RelaxRelocations); in computeLTOCacheKey()
136 AddUnsigned(Conf.Options.FunctionSections); in computeLTOCacheKey()
137 AddUnsigned(Conf.Options.DataSections); in computeLTOCacheKey()
138 AddUnsigned((unsigned)Conf.Options.DebuggerTuning); in computeLTOCacheKey()
142 AddUnsigned(*Conf.RelocModel); in computeLTOCacheKey()
144 AddUnsigned(-1); in computeLTOCacheKey()
146 AddUnsigned(*Conf.CodeModel); in computeLTOCacheKey()
148 AddUnsigned(-1); in computeLTOCacheKey()
151 AddUnsigned(static_cast<int>(Conf.CGOptLevel)); in computeLTOCacheKey()
152 AddUnsigned(static_cast<int>(Conf.CGFileType)); in computeLTOCacheKey()
153 AddUnsigned(Conf.OptLevel); in computeLTOCacheKey()
154 AddUnsigned(Conf.Freestanding); in computeLTOCacheKey()
248 AddUnsigned(GS->getVisibility()); in computeLTOCacheKey()
249 AddUnsigned(GS->isLive()); in computeLTOCacheKey()
250 AddUnsigned(GS->canAutoHide()); in computeLTOCacheKey()
252 AddUnsigned(VI.isDSOLocal(Index.withDSOLocalPropagation())); in computeLTOCacheKey()
256 AddUnsigned(GVS->maybeReadOnly()); in computeLTOCacheKey()
257 AddUnsigned(GVS->maybeWriteOnly()); in computeLTOCacheKey()
271 AddUnsigned(ET.first.isDSOLocal(Index.withDSOLocalPropagation())); in computeLTOCacheKey()
303 AddUnsigned(S.TTRes.TheKind); in computeLTOCacheKey()
304 AddUnsigned(S.TTRes.SizeM1BitWidth); in computeLTOCacheKey()
313 AddUnsigned(WPD.first); in computeLTOCacheKey()
314 AddUnsigned(WPD.second.TheKind); in computeLTOCacheKey()
322 AddUnsigned(ByArg.second.TheKind); in computeLTOCacheKey()
324 AddUnsigned(ByArg.second.Byte); in computeLTOCacheKey()
325 AddUnsigned(ByArg.second.Bit); in computeLTOCacheKey()
337 AddUnsigned(UsedCfiDefs.size()); in computeLTOCacheKey()
341 AddUnsigned(UsedCfiDecls.size()); in computeLTOCacheKey()