Searched refs:ComdatID (Results 1 – 6 of 6) sorted by relevance
417 unsigned ComdatID = Comdats.idFor(C); in getComdatID() local418 assert(ComdatID && "Comdat not found!"); in getComdatID()419 return ComdatID; in getComdatID()
448 unsigned ComdatID = Comdats.idFor(C); in getComdatID() local449 assert(ComdatID && "Comdat not found!"); in getComdatID()450 return ComdatID; in getComdatID()
491 unsigned ComdatID = Comdats.idFor(C); in getComdatID() local492 assert(ComdatID && "Comdat not found!"); in getComdatID()493 return ComdatID; in getComdatID()
3168 if (unsigned ComdatID = Record[11]) { in parseGlobalVarRecord() local3169 if (ComdatID > ComdatList.size()) in parseGlobalVarRecord()3171 NewGV->setComdat(ComdatList[ComdatID - 1]); in parseGlobalVarRecord()3279 if (unsigned ComdatID = Record[12]) { in parseFunctionRecord() local3280 if (ComdatID > ComdatList.size()) in parseFunctionRecord()3282 Func->setComdat(ComdatList[ComdatID - 1]); in parseFunctionRecord()
3853 if (unsigned ComdatID = Record[11]) { in parseModule() local3854 if (ComdatID > ComdatList.size()) in parseModule()3856 NewGV->setComdat(ComdatList[ComdatID - 1]); in parseModule()3922 if (unsigned ComdatID = Record[12]) { in parseModule() local3923 if (ComdatID > ComdatList.size()) in parseModule()3925 Func->setComdat(ComdatList[ComdatID - 1]); in parseModule()
3231 if (unsigned ComdatID = Record[11]) { in parseGlobalVarRecord() local3232 if (ComdatID > ComdatList.size()) in parseGlobalVarRecord()3234 NewGV->setComdat(ComdatList[ComdatID - 1]); in parseGlobalVarRecord()3349 if (unsigned ComdatID = Record[12]) { in parseFunctionRecord() local3350 if (ComdatID > ComdatList.size()) in parseFunctionRecord()3352 Func->setComdat(ComdatList[ComdatID - 1]); in parseFunctionRecord()