Searched refs:ComdatID (Results 1 – 2 of 2) sorted by relevance
498 unsigned ComdatID = Comdats.idFor(C); in getComdatID() local499 assert(ComdatID && "Comdat not found!"); in getComdatID()500 return ComdatID; in getComdatID()
3300 if (unsigned ComdatID = Record[11]) { in parseGlobalVarRecord() local3301 if (ComdatID > ComdatList.size()) in parseGlobalVarRecord()3303 NewGV->setComdat(ComdatList[ComdatID - 1]); in parseGlobalVarRecord()3430 if (unsigned ComdatID = Record[12]) { in parseFunctionRecord() local3431 if (ComdatID > ComdatList.size()) in parseFunctionRecord()3433 Func->setComdat(ComdatList[ComdatID - 1]); in parseFunctionRecord()