Searched refs:ComdatID (Results 1 – 3 of 3) sorted by relevance
508 unsigned ComdatID = Comdats.idFor(C); in getComdatID() local509 assert(ComdatID && "Comdat not found!"); in getComdatID()510 return ComdatID; in getComdatID()
510 unsigned ComdatID = Comdats.idFor(C); in getComdatID() local511 assert(ComdatID && "Comdat not found!"); in getComdatID()512 return ComdatID; in getComdatID()
4081 if (unsigned ComdatID = Record[11]) { in parseGlobalVarRecord() local4082 if (ComdatID > ComdatList.size()) in parseGlobalVarRecord()4084 NewGV->setComdat(ComdatList[ComdatID - 1]); in parseGlobalVarRecord()4260 if (unsigned ComdatID = Record[12]) { in parseFunctionRecord() local4261 if (ComdatID > ComdatList.size()) in parseFunctionRecord()4263 Func->setComdat(ComdatList[ComdatID - 1]); in parseFunctionRecord()