Home | History | Annotate | Download | only in Reader

Lines Matching refs:ComdatID

1934         if (unsigned ComdatID = Record[11]) {
1935 assert(ComdatID <= ComdatList.size());
1936 NewGV->setComdat(ComdatList[ComdatID - 1]);
1992 if (unsigned ComdatID = Record[12]) {
1993 assert(ComdatID <= ComdatList.size());
1994 Func->setComdat(ComdatList[ComdatID - 1]);