Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Stage

269 // FormItineraryStageString - Compose a string containing the stage
281 // For each stage
284 // Next stage
285 const Record *Stage = StageList[i];
288 int Cycles = Stage->getValueAsInt("Cycles");
292 const std::vector<Record*> &UnitList = Stage->getValueAsListOfDefs("Units");
301 int TimeInc = Stage->getValueAsInt("TimeInc");
304 int Kind = Stage->getValueAsInt("Kind");
307 // Close off stage
441 // Get string and stage count
459 // Check to see if stage already exists and create if it doesn't
497 // Set up itinerary as location and location + stage count
508 // Closing stage
1250 // Emit the stage data