Searched refs:ComdatList (Results 1 – 1 of 1) sorted by relevance
204 std::vector<Comdat *> ComdatList; member in __anonecb5182a0111::BitcodeReader640 std::vector<Comdat *>().swap(ComdatList); in freeState()3778 ComdatList.push_back(C); in parseModule()3854 if (ComdatID > ComdatList.size()) in parseModule()3856 NewGV->setComdat(ComdatList[ComdatID - 1]); in parseModule()3923 if (ComdatID > ComdatList.size()) in parseModule()3925 Func->setComdat(ComdatList[ComdatID - 1]); in parseModule()