Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp125 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()
133 AddUnsigned(Conf.CGFileType); in computeLTOCacheKey()
134 AddUnsigned(Conf.OptLevel); in computeLTOCacheKey()
135 AddUnsigned(Conf.UseNewPM); in computeLTOCacheKey()
136 AddUnsigned(Conf.Freestanding); in computeLTOCacheKey()
210 AddUnsigned(GS->isLive()); in computeLTOCacheKey()
[all …]