Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Feature

82   // Begin feature table
86 // For each feature
89 // Next feature
90 Record *Feature = FeatureList[i];
92 const std::string &Name = Feature->getName();
93 const std::string &CommandLineName = Feature->getValueAsString("Name");
94 const std::string &Desc = Feature->getValueAsString("Desc");
98 // Emit as { "feature", "description", featureEnum, i1 | i2 | ... | in }
105 Feature->getValueAsListOfDefs("Implies");
125 // End feature table