Home
last modified time | relevance | path

Searched refs:AddUnsigned (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp127 auto AddUnsigned = [&](unsigned I) { in computeLTOCacheKey() local
145 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 …]