Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp757 int EnumWidth = EnumWidthValue->getZExtValue(); in emitAttributes() local
758 assert((EnumWidth == 1 || EnumWidth == 4) && in emitAttributes()
760 int EnumBuildAttr = EnumWidth == 1 ? 1 : 2; in emitAttributes()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp732 uint64_t EnumWidth = Context.getLangOpts().ShortEnums ? 1 : 4; in Release() local
733 getModule().addModuleFlag(llvm::Module::Error, "min_enum_size", EnumWidth); in Release()