Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Feature

184   // Begin feature table
189 // For each feature
192 // Next feature
193 Record *Feature = FeatureList[i];
195 const std::string &Name = Feature->getName();
196 const std::string &CommandLineName = Feature->getValueAsString("Name");
197 const std::string &Desc = Feature->getValueAsString("Desc");
201 // Emit as { "feature", "description", featureEnum, i1 | i2 | ... | in }
208 Feature->getValueAsListOfDefs("Implies");
228 // End feature table