Searched refs:getByteLength (Results 1 – 5 of 5) sorted by relevance
1802 return getByteLength(); in numTrailingObjects()1858 return StringRef(getStrDataAsChar(), getByteLength()); in getString()1865 return StringRef(getStrDataAsChar(), getByteLength()); in getBytes()1894 unsigned getByteLength() const { return getCharByteWidth() * getLength(); } in getByteLength() function4829 size_t getDataElementCount() const { return BinaryData->getByteLength(); } in getDataElementCount()
794 cast<StringRegion>(SR)->getStringLiteral()->getByteLength() + 1, in getStaticSize()
764 for (unsigned I = 0, N = E->getByteLength(); I != N; ++I) in VisitStringLiteral()
5605 unsigned getByteLength() const { in getByteLength() function in __anon28c3fbb11a11::FormatStringLiteral5606 return FExpr->getByteLength() - getCharByteWidth() * Offset; in getByteLength()
2585 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n"; in RewriteObjCStringLiteral()