Home | History | Annotate | Download | only in TableGen

Lines Matching refs:getValueAsString

174     const std::string &CommandLineName = Feature->getValueAsString("Name");
175 const std::string &Desc = Feature->getValueAsString("Desc");
234 const std::string &Name = Processor->getValueAsString("Name");
1231 const std::string &Name = Processor->getValueAsString("Name");
1295 OS << (*PI)->getValueAsString("Code") << '\n';
1339 OS << "(" << (*RI)->getValueAsString("Predicate") << ")";
1390 const std::string &Value = R->getValueAsString("Value");
1391 const std::string &Attribute = R->getValueAsString("Attribute");