Searched refs:AddUnsigned (Results 1 – 1 of 1) sorted by relevance
127 auto AddUnsigned = [&](unsigned I) { in computeLTOCacheKey() local145 AddUnsigned(Conf.Options.MCOptions.X86RelaxRelocations); in computeLTOCacheKey()146 AddUnsigned(Conf.Options.FunctionSections); in computeLTOCacheKey()147 AddUnsigned(Conf.Options.DataSections); in computeLTOCacheKey()148 AddUnsigned((unsigned)Conf.Options.DebuggerTuning); in computeLTOCacheKey()152 AddUnsigned(*Conf.RelocModel); in computeLTOCacheKey()154 AddUnsigned(-1); in computeLTOCacheKey()156 AddUnsigned(*Conf.CodeModel); in computeLTOCacheKey()158 AddUnsigned(-1); in computeLTOCacheKey()161 AddUnsigned(static_cast<int>(Conf.CGOptLevel)); in computeLTOCacheKey()[all …]