Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Feature

95   // Begin feature table
100 // For each feature
103 // Next feature
104 Record *Feature = FeatureList[i];
106 const std::string &Name = Feature->getName();
107 const std::string &CommandLineName = Feature->getValueAsString("Name");
108 const std::string &Desc = Feature->getValueAsString("Desc");
112 // Emit as { "feature", "description", featureEnum, i1 | i2 | ... | in }
119 Feature->getValueAsListOfDefs("Implies");
139 // End feature table