Searched refs:AddUnsigned (Results 1 – 1 of 1) sorted by relevance
103 auto AddUnsigned = [&](unsigned I) { in computeLTOCacheKey() local118 AddUnsigned(Conf.Options.RelaxELFRelocations); in computeLTOCacheKey()119 AddUnsigned(Conf.Options.FunctionSections); in computeLTOCacheKey()120 AddUnsigned(Conf.Options.DataSections); in computeLTOCacheKey()121 AddUnsigned((unsigned)Conf.Options.DebuggerTuning); in computeLTOCacheKey()125 AddUnsigned(*Conf.RelocModel); in computeLTOCacheKey()127 AddUnsigned(-1); in computeLTOCacheKey()129 AddUnsigned(*Conf.CodeModel); in computeLTOCacheKey()131 AddUnsigned(-1); in computeLTOCacheKey()132 AddUnsigned(Conf.CGOptLevel); in computeLTOCacheKey()[all …]