Searched refs:getByteLength (Results 1 – 6 of 6) sorted by relevance
1809 return getByteLength(); in numTrailingObjects()1864 return StringRef(getStrDataAsChar(), getByteLength()); in getString()1871 return StringRef(getStrDataAsChar(), getByteLength()); in getBytes()1889 unsigned getByteLength() const { return getCharByteWidth() * getLength(); } in getByteLength() function
747 cast<StringRegion>(SR)->getStringLiteral()->getByteLength() + 1, in getStaticSize()
693 for (unsigned I = 0, N = E->getByteLength(); I != N; ++I) in VisitStringLiteral()
2512 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n"; in RewriteObjCStringLiteral()
2586 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n"; in RewriteObjCStringLiteral()
8675 unsigned getByteLength() const { in getByteLength() function in __anon9b6cdc881c11::FormatStringLiteral8676 return FExpr->getByteLength() - getCharByteWidth() * Offset; in getByteLength()