Searched refs:getByteLength (Results 1 – 7 of 7) sorted by relevance
1788 return getByteLength(); in numTrailingObjects()1843 return StringRef(getStrDataAsChar(), getByteLength()); in getString()1850 return StringRef(getStrDataAsChar(), getByteLength()); in getBytes()1868 unsigned getByteLength() const { return getCharByteWidth() * getLength(); } in getByteLength() function
744 cast<StringRegion>(SR)->getStringLiteral()->getByteLength() + 1, in getStaticSize()
814 return svalBuilder.makeIntVal(strLit->getByteLength(), sizeTy); in getCStringLength()
686 for (unsigned I = 0, N = E->getByteLength(); I != N; ++I) in VisitStringLiteral()
2512 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n"; in RewriteObjCStringLiteral()
2585 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n"; in RewriteObjCStringLiteral()
7216 unsigned getByteLength() const { in getByteLength() function in __anon7fa672bc1311::FormatStringLiteral7217 return FExpr->getByteLength() - getCharByteWidth() * Offset; in getByteLength()