Searched refs:getByteLength (Results 1 – 6 of 6) sorted by relevance
1821 return getByteLength(); in numTrailingObjects()1868 return StringRef(getStrDataAsChar(), getByteLength()); in getString()1875 return StringRef(getStrDataAsChar(), getByteLength()); in getBytes()1906 unsigned getByteLength() const { return getCharByteWidth() * getLength(); } in getByteLength() function5026 size_t getDataElementCount() const { return BinaryData->getByteLength(); } in getDataElementCount()
818 cast<StringRegion>(SR)->getStringLiteral()->getByteLength() + 1, in getStaticSize()
779 for (unsigned I = 0, N = E->getByteLength(); I != N; ++I) in VisitStringLiteral()
2510 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n"; in RewriteObjCStringLiteral()
2584 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n"; in RewriteObjCStringLiteral()
6159 unsigned getByteLength() const { in getByteLength() function in __anon28c3fbb11e11::FormatStringLiteral6160 return FExpr->getByteLength() - getCharByteWidth() * Offset; in getByteLength()