Searched refs:ComdatID (Results 1 – 2 of 2) sorted by relevance
396 unsigned ComdatID = Comdats.idFor(C); in getComdatID() local397 assert(ComdatID && "Comdat not found!"); in getComdatID()398 return ComdatID; in getComdatID()
2920 if (unsigned ComdatID = Record[11]) { in ParseModule() local2921 assert(ComdatID <= ComdatList.size()); in ParseModule()2922 NewGV->setComdat(ComdatList[ComdatID - 1]); in ParseModule()2985 if (unsigned ComdatID = Record[12]) { in ParseModule() local2986 assert(ComdatID <= ComdatList.size()); in ParseModule()2987 Func->setComdat(ComdatList[ComdatID - 1]); in ParseModule()