Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:StrVal

1461   StringRef StrVal = Str->getString();
1462 if (!StrVal.empty()) {
1468 for (unsigned i = 0, e = StrVal.size()-1; i != e; ++i) {
1469 if (StrVal[i] != '\n') continue;