Searched refs:getByteLength (Results 1 – 7 of 7) sorted by relevance
1522 return StringRef(StrData.asChar, getByteLength()); in getString()1530 return StringRef(StrData.asChar, getByteLength()); in getBytes()1533 getByteLength()); in getBytes()1536 getByteLength()); in getBytes()1551 unsigned getByteLength() const { return CharByteWidth*Length; } in getByteLength() function
2452 Mangler.mangleNumber(SL->getByteLength() + SL->getCharByteWidth()); in mangleStringLiteral()2491 for (unsigned I = 0, E = SL->getByteLength(); I != E; ++I) in mangleStringLiteral()
225 return svalBuilder.makeIntVal(getStringLiteral()->getByteLength()+1, in getExtent()
748 return svalBuilder.makeIntVal(strLit->getByteLength(), sizeTy); in getCStringLength()
406 Record.push_back(E->getByteLength()); in VisitStringLiteral()
2507 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n"; in RewriteObjCStringLiteral()
2605 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n"; in RewriteObjCStringLiteral()