Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp814 int EnumWidth = EnumWidthValue->getZExtValue(); in emitAttributes() local
815 assert((EnumWidth == 1 || EnumWidth == 4) && in emitAttributes()
817 int EnumBuildAttr = EnumWidth == 1 ? 1 : 2; in emitAttributes()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp442 uint64_t EnumWidth = Context.getLangOpts().ShortEnums ? 1 : 4; in Release() local
443 getModule().addModuleFlag(llvm::Module::Error, "min_enum_size", EnumWidth); in Release()