Lines Matching refs:AddUnsigned
114 auto AddUnsigned = [&](unsigned I) { in computeLTOCacheKey() local
129 AddUnsigned(Conf.Options.RelaxELFRelocations); in computeLTOCacheKey()
130 AddUnsigned(Conf.Options.FunctionSections); in computeLTOCacheKey()
131 AddUnsigned(Conf.Options.DataSections); in computeLTOCacheKey()
132 AddUnsigned((unsigned)Conf.Options.DebuggerTuning); in computeLTOCacheKey()
136 AddUnsigned(*Conf.RelocModel); in computeLTOCacheKey()
138 AddUnsigned(-1); in computeLTOCacheKey()
140 AddUnsigned(*Conf.CodeModel); in computeLTOCacheKey()
142 AddUnsigned(-1); in computeLTOCacheKey()
145 AddUnsigned(static_cast<int>(Conf.CGOptLevel)); in computeLTOCacheKey()
146 AddUnsigned(static_cast<int>(Conf.CGFileType)); in computeLTOCacheKey()
147 AddUnsigned(Conf.OptLevel); in computeLTOCacheKey()
148 AddUnsigned(Conf.Freestanding); in computeLTOCacheKey()
236 AddUnsigned(GS->getVisibility()); in computeLTOCacheKey()
237 AddUnsigned(GS->isLive()); in computeLTOCacheKey()
238 AddUnsigned(GS->canAutoHide()); in computeLTOCacheKey()
240 AddUnsigned(VI.isDSOLocal(Index.withDSOLocalPropagation())); in computeLTOCacheKey()
244 AddUnsigned(GVS->maybeReadOnly()); in computeLTOCacheKey()
245 AddUnsigned(GVS->maybeWriteOnly()); in computeLTOCacheKey()
259 AddUnsigned(ET.first.isDSOLocal(Index.withDSOLocalPropagation())); in computeLTOCacheKey()
291 AddUnsigned(S.TTRes.TheKind); in computeLTOCacheKey()
292 AddUnsigned(S.TTRes.SizeM1BitWidth); in computeLTOCacheKey()
301 AddUnsigned(WPD.first); in computeLTOCacheKey()
302 AddUnsigned(WPD.second.TheKind); in computeLTOCacheKey()
310 AddUnsigned(ByArg.second.TheKind); in computeLTOCacheKey()
312 AddUnsigned(ByArg.second.Byte); in computeLTOCacheKey()
313 AddUnsigned(ByArg.second.Bit); in computeLTOCacheKey()
325 AddUnsigned(UsedCfiDefs.size()); in computeLTOCacheKey()
329 AddUnsigned(UsedCfiDecls.size()); in computeLTOCacheKey()