Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp760 int EnumWidth = EnumWidthValue->getZExtValue(); in emitAttributes() local
761 assert((EnumWidth == 1 || EnumWidth == 4) && in emitAttributes()
763 int EnumBuildAttr = EnumWidth == 1 ? 1 : 2; in emitAttributes()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCodeGenModule.cpp640 uint64_t EnumWidth = Context.getLangOpts().ShortEnums ? 1 : 4; in Release() local
641 getModule().addModuleFlag(llvm::Module::Error, "min_enum_size", EnumWidth); in Release()