Searched refs:NumRecords (Results 1 – 2 of 2) sorted by relevance
907 unsigned NumRecords = 0; in ParseTypeTableBody() local920 if (NumRecords != TypeList.size()) in ParseTypeTableBody()1034 if (NumRecords >= TypeList.size()) in ParseTypeTableBody()1038 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]); in ParseTypeTableBody()1041 TypeList[NumRecords] = nullptr; in ParseTypeTableBody()1063 if (NumRecords >= TypeList.size()) in ParseTypeTableBody()1067 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]); in ParseTypeTableBody()1070 TypeList[NumRecords] = nullptr; in ParseTypeTableBody()1095 if (NumRecords >= TypeList.size()) in ParseTypeTableBody()1098 assert(!TypeList[NumRecords] && "Already read type?"); in ParseTypeTableBody()[all …]
1183 unsigned NumRecords = 0; in ParseTypeTableBody() local1196 if (NumRecords != TypeList.size()) in ParseTypeTableBody()1329 if (NumRecords >= TypeList.size()) in ParseTypeTableBody()1333 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]); in ParseTypeTableBody()1336 TypeList[NumRecords] = nullptr; in ParseTypeTableBody()1358 if (NumRecords >= TypeList.size()) in ParseTypeTableBody()1362 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]); in ParseTypeTableBody()1365 TypeList[NumRecords] = nullptr; in ParseTypeTableBody()1390 if (NumRecords >= TypeList.size()) in ParseTypeTableBody()1393 assert(!TypeList[NumRecords] && "Already read type?"); in ParseTypeTableBody()[all …]