Searched defs:CodeGenProcModel (Results 1 – 1 of 1) sorted by relevance
175 struct CodeGenProcModel { struct176 unsigned Index;200 CodeGenProcModel(unsigned Idx, const std::string &Name, Record *MDef, in CodeGenProcModel() argument204 bool hasItineraries() const { in hasItineraries()228 std::vector<CodeGenProcModel> ProcModels; argument