Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTO.cpp126 AddUnsigned(*Conf.RelocModel); in computeLTOCacheKey()
128 AddUnsigned(-1); in computeLTOCacheKey()
130 AddUnsigned(*Conf.CodeModel); in computeLTOCacheKey()
132 AddUnsigned(-1); in computeLTOCacheKey()
133 AddUnsigned(Conf.CGOptLevel); in computeLTOCacheKey()
134 AddUnsigned(Conf.CGFileType); in computeLTOCacheKey()
135 AddUnsigned(Conf.OptLevel); in computeLTOCacheKey()
136 AddUnsigned(Conf.UseNewPM); in computeLTOCacheKey()
137 AddUnsigned(Conf.Freestanding); in computeLTOCacheKey()
188 AddUnsigned(GS->isLive()); in computeLTOCacheKey()
[all …]