Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTO.cpp819 auto &CommonRes = RegularLTO.Commons[std::string(Sym.getIRName())]; in addRegularLTO() local
820 CommonRes.Size = std::max(CommonRes.Size, Sym.getCommonSize()); in addRegularLTO()
823 CommonRes.Align = max(*SymAlign, CommonRes.Align); in addRegularLTO()
824 CommonRes.Prevailing |= Res.Prevailing; in addRegularLTO()