Searched refs:ComdatList (Results 1 – 1 of 1) sorted by relevance
145 std::vector<Comdat *> ComdatList; member in __anon397f91170111::BitcodeReader476 std::vector<Comdat *>().swap(ComdatList); in freeState()2916 ComdatList.push_back(C); in parseModule()2992 if (ComdatID > ComdatList.size()) in parseModule()2994 NewGV->setComdat(ComdatList[ComdatID - 1]); in parseModule()3057 if (ComdatID > ComdatList.size()) in parseModule()3059 Func->setComdat(ComdatList[ComdatID - 1]); in parseModule()