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