Home
last modified time | relevance | path

Searched refs:SrcBytes (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DConvertUTFWrapper.cpp86 bool convertUTF16ToUTF8String(ArrayRef<char> SrcBytes, std::string &Out) { in convertUTF16ToUTF8String() argument
90 if (SrcBytes.size() % 2) in convertUTF16ToUTF8String()
94 if (SrcBytes.empty()) in convertUTF16ToUTF8String()
97 const UTF16 *Src = reinterpret_cast<const UTF16 *>(SrcBytes.begin()); in convertUTF16ToUTF8String()
98 const UTF16 *SrcEnd = reinterpret_cast<const UTF16 *>(SrcBytes.end()); in convertUTF16ToUTF8String()
118 Out.resize(SrcBytes.size() * UNI_MAX_UTF8_BYTES_PER_CODE_POINT + 1); in convertUTF16ToUTF8String()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DConvertUTF.h261 bool hasUTF16ByteOrderMark(ArrayRef<char> SrcBytes);
270 bool convertUTF16ToUTF8String(ArrayRef<char> SrcBytes, std::string &Out);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp1145 unsigned SrcBytes = LT.second.getStoreSize(); in getMemoryOpCost() local
1146 if (!SrcBytes || !Alignment || *Alignment >= SrcBytes) in getMemoryOpCost()
1176 Cost += LT.first * ((SrcBytes / Alignment->value()) - 1); in getMemoryOpCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp78 const char *SrcBytes = reinterpret_cast<const char *>(V.bstrVal); in VariantFromVARIANT() local
79 llvm::ArrayRef<char> SrcByteArray(SrcBytes, SysStringByteLen(V.bstrVal)); in VariantFromVARIANT()
567 const char *SrcBytes = reinterpret_cast<const char *>(Result16.m_str); in getUndecoratedNameEx() local
568 llvm::ArrayRef<char> SrcByteArray(SrcBytes, Result16.ByteLength()); in getUndecoratedNameEx()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4801 SmallVector<int, SystemZ::VectorBytes> SrcBytes; in tryPrepareForUnpack() local
4806 SrcBytes.push_back(Bytes[Elt]); in tryPrepareForUnpack()
4819 if (SrcBytes[i] != -1 && SrcBytes[i] % 16 != int(i)) { in tryPrepareForUnpack()