Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isUTF16

3057                          bool &IsUTF16, unsigned &StringLength) {
3068 IsUTF16 = true;
3100 bool isUTF16 = false;
3103 getDataLayout().isLittleEndian(), isUTF16,
3158 Fields[1] = isUTF16 ? llvm::ConstantInt::get(Ty, 0x07d0)
3163 if (isUTF16) {
3180 CharUnits Align = isUTF16
3189 GV->setSection(isUTF16 ? "__TEXT,__ustring"
3196 if (isUTF16)