Searched refs:getByteLength (Results 1 – 7 of 7) sorted by relevance
1785 return getByteLength(); in numTrailingObjects()1840 return StringRef(getStrDataAsChar(), getByteLength()); in getString()1847 return StringRef(getStrDataAsChar(), getByteLength()); in getBytes()1865 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()
697 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()
7488 unsigned getByteLength() const { in getByteLength() function in __anonfebdc2651211::FormatStringLiteral7489 return FExpr->getByteLength() - getCharByteWidth() * Offset; in getByteLength()