Searched refs:ComdatList (Results 1 – 1 of 1) sorted by relevance
156 std::vector<Comdat *> ComdatList; member in __anonecb5182a0111::BitcodeReader605 std::vector<Comdat *>().swap(ComdatList); in freeState()3440 ComdatList.push_back(C); in parseModule()3516 if (ComdatID > ComdatList.size()) in parseModule()3518 NewGV->setComdat(ComdatList[ComdatID - 1]); in parseModule()3584 if (ComdatID > ComdatList.size()) in parseModule()3586 Func->setComdat(ComdatList[ComdatID - 1]); in parseModule()