Home | History | Annotate | Download | only in VMCore

Lines Matching full:isstring

2335 /// isString - This method returns true if this is an array of i8.
2336 bool ConstantDataSequential::isString() const {
2340 /// isCString - This method returns true if the array "isString", ends with a
2343 if (!isString())