Home | History | Annotate | Download | only in TableGen

Lines Matching refs:getValueAsString

183     const std::string &CommandLineName = Feature->getValueAsString("Name");
184 const std::string &Desc = Feature->getValueAsString("Desc");
241 const std::string &Name = Processor->getValueAsString("Name");
1235 const std::string &Name = Processor->getValueAsString("Name");
1299 OS << (*PI)->getValueAsString("Code") << '\n';
1343 OS << "(" << (*RI)->getValueAsString("Predicate") << ")";
1394 const std::string &Value = R->getValueAsString("Value");
1395 const std::string &Attribute = R->getValueAsString("Attribute");