Searched refs:EnumWidth (Results 1 – 2 of 2) sorted by relevance
814 int EnumWidth = EnumWidthValue->getZExtValue(); in emitAttributes() local815 assert((EnumWidth == 1 || EnumWidth == 4) && in emitAttributes()817 int EnumBuildAttr = EnumWidth == 1 ? 1 : 2; in emitAttributes()
442 uint64_t EnumWidth = Context.getLangOpts().ShortEnums ? 1 : 4; in Release() local443 getModule().addModuleFlag(llvm::Module::Error, "min_enum_size", EnumWidth); in Release()