Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTO.cpp106 auto AddUnsigned = [&](unsigned I) { in computeLTOCacheKey() local
121 AddUnsigned(Conf.Options.RelaxELFRelocations); in computeLTOCacheKey()
122 AddUnsigned(Conf.Options.FunctionSections); in computeLTOCacheKey()
123 AddUnsigned(Conf.Options.DataSections); in computeLTOCacheKey()
124 AddUnsigned((unsigned)Conf.Options.DebuggerTuning); in computeLTOCacheKey()
128 AddUnsigned(*Conf.RelocModel); in computeLTOCacheKey()
130 AddUnsigned(-1); in computeLTOCacheKey()
132 AddUnsigned(*Conf.CodeModel); in computeLTOCacheKey()
134 AddUnsigned(-1); in computeLTOCacheKey()
137 AddUnsigned(Conf.CGOptLevel); in computeLTOCacheKey()
[all …]