Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp772 int WCharWidth = WCharWidthValue->getZExtValue(); in emitAttributes() local
773 assert((WCharWidth == 2 || WCharWidth == 4) && in emitAttributes()
775 ATS.emitAttribute(ARMBuildAttrs::ABI_PCS_wchar_t, WCharWidth); in emitAttributes()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1166 uint64_t WCharWidth = in Release() local
1168 getModule().addModuleFlag(llvm::Module::Error, "wchar_size", WCharWidth); in Release()