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

/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp803 int WCharWidth = WCharWidthValue->getZExtValue(); local
804 assert((WCharWidth == 2 || WCharWidth == 4) &&
806 ATS.emitAttribute(ARMBuildAttrs::ABI_PCS_wchar_t, WCharWidth);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp441 uint64_t WCharWidth = local
443 getModule().addModuleFlag(llvm::Module::Error, "wchar_size", WCharWidth);

Completed in 109 milliseconds