Searched refs:ComdatID (Results 1 – 3 of 3) sorted by relevance
473 unsigned ComdatID = Comdats.idFor(C); in getComdatID() local474 assert(ComdatID && "Comdat not found!"); in getComdatID()475 return ComdatID; in getComdatID()
508 unsigned ComdatID = Comdats.idFor(C); in getComdatID() local509 assert(ComdatID && "Comdat not found!"); in getComdatID()510 return ComdatID; in getComdatID()
3767 if (unsigned ComdatID = Record[11]) { in parseGlobalVarRecord() local3768 if (ComdatID > ComdatList.size()) in parseGlobalVarRecord()3770 NewGV->setComdat(ComdatList[ComdatID - 1]); in parseGlobalVarRecord()3925 if (unsigned ComdatID = Record[12]) { in parseFunctionRecord() local3926 if (ComdatID > ComdatList.size()) in parseFunctionRecord()3928 Func->setComdat(ComdatList[ComdatID - 1]); in parseFunctionRecord()