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.cpp117 auto AddUnsigned = [&](unsigned I) { in computeLTOCacheKey() local
135 AddUnsigned(Conf.Options.MCOptions.X86RelaxRelocations); in computeLTOCacheKey()
136 AddUnsigned(Conf.Options.FunctionSections); in computeLTOCacheKey()
137 AddUnsigned(Conf.Options.DataSections); in computeLTOCacheKey()
138 AddUnsigned((unsigned)Conf.Options.DebuggerTuning); in computeLTOCacheKey()
142 AddUnsigned(*Conf.RelocModel); in computeLTOCacheKey()
144 AddUnsigned(-1); in computeLTOCacheKey()
146 AddUnsigned(*Conf.CodeModel); in computeLTOCacheKey()
148 AddUnsigned(-1); in computeLTOCacheKey()
151 AddUnsigned(static_cast<int>(Conf.CGOptLevel)); in computeLTOCacheKey()
[all …]