Searched refs:ComdatList (Results 1 – 2 of 2) sorted by relevance
149 std::vector<Comdat *> ComdatList; variable
130 std::vector<Comdat *>().swap(ComdatList); in FreeState()2137 ComdatList.push_back(C); in ParseModule()2203 assert(ComdatID <= ComdatList.size()); in ParseModule()2204 NewGV->setComdat(ComdatList[ComdatID - 1]); in ParseModule()2261 assert(ComdatID <= ComdatList.size()); in ParseModule()2262 Func->setComdat(ComdatList[ComdatID - 1]); in ParseModule()