Searched defs:CodeGenProcModel (Results 1 – 1 of 1) sorted by relevance
174 struct CodeGenProcModel { struct175 unsigned Index;199 CodeGenProcModel(unsigned Idx, const std::string &Name, Record *MDef, in CodeGenProcModel() argument203 bool hasItineraries() const { in hasItineraries()227 std::vector<CodeGenProcModel> ProcModels; argument