HomeSort by relevance Sort by last modified time
    Searched refs:WCharWidth (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 740 int WCharWidth = WCharWidthValue->getZExtValue();
741 assert((WCharWidth == 2 || WCharWidth == 4) &&
743 ATS.emitAttribute(ARMBuildAttrs::ABI_PCS_wchar_t, WCharWidth);
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 372 uint64_t WCharWidth =
374 getModule().addModuleFlag(llvm::Module::Error, "wchar_size", WCharWidth);
    [all...]

Completed in 50 milliseconds