Searched refs:getByteLength (Results 1 – 7 of 7) sorted by relevance
1597 return getByteLength(); in numTrailingObjects()1652 return StringRef(getStrDataAsChar(), getByteLength()); in getString()1659 return StringRef(getStrDataAsChar(), getByteLength()); in getBytes()1677 unsigned getByteLength() const { return getCharByteWidth() * getLength(); } in getByteLength() function
209 return svalBuilder.makeIntVal(getStringLiteral()->getByteLength()+1, in getExtent()
792 return svalBuilder.makeIntVal(strLit->getByteLength(), sizeTy); in getCStringLength()
535 for (unsigned I = 0, N = E->getByteLength(); I != N; ++I) in VisitStringLiteral()
2503 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n"; in RewriteObjCStringLiteral()
2581 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n"; in RewriteObjCStringLiteral()
6277 unsigned getByteLength() const { in getByteLength() function in __anon7dcd61c00e11::FormatStringLiteral6278 return FExpr->getByteLength() - getCharByteWidth() * Offset; in getByteLength()