Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTO.cpp103 auto AddUnsigned = [&](unsigned I) { in computeLTOCacheKey() local
118 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 …]