Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp774 int EnumWidth = EnumWidthValue->getZExtValue(); in emitAttributes() local
775 assert((EnumWidth == 1 || EnumWidth == 4) && in emitAttributes()
777 int EnumBuildAttr = EnumWidth == 1 ? 1 : 2; in emitAttributes()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1094 uint64_t EnumWidth = Context.getLangOpts().ShortEnums ? 1 : 4; in Release() local
1095 getModule().addModuleFlag(llvm::Module::Error, "min_enum_size", EnumWidth); in Release()