Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Strings

34 /// good way to indicate tombstone or empty keys for strings, we want
38 /// that DenseMap is really not appropriate for general strings.
1932 /// returns its value as a vector of strings, throwing an exception if the
1938 std::vector<std::string> Strings;
1941 Strings.push_back(II->getValue());
1944 "' does not have a list of strings initializer!";
1947 return Strings;