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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp731 int WCharWidth = WCharWidthValue->getZExtValue();
732 assert((WCharWidth == 2 || WCharWidth == 4) &&
734 ATS.emitAttribute(ARMBuildAttrs::ABI_PCS_wchar_t, WCharWidth);
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp526 uint64_t WCharWidth = local
528 getModule().addModuleFlag(llvm::Module::Error, "wchar_size", WCharWidth);

Completed in 122 milliseconds