Searched refs:ComdatID (Results 1 – 2 of 2) sorted by relevance
451 unsigned ComdatID = Comdats.idFor(C); in getComdatID() local452 assert(ComdatID && "Comdat not found!"); in getComdatID()453 return ComdatID; in getComdatID()
2953 if (unsigned ComdatID = Record[11]) { in parseGlobalVarRecord() local2954 if (ComdatID > ComdatList.size()) in parseGlobalVarRecord()2956 NewGV->setComdat(ComdatList[ComdatID - 1]); in parseGlobalVarRecord()3041 if (unsigned ComdatID = Record[12]) { in parseFunctionRecord() local3042 if (ComdatID > ComdatList.size()) in parseFunctionRecord()3044 Func->setComdat(ComdatList[ComdatID - 1]); in parseFunctionRecord()