Searched refs:ComdatList (Results 1 – 1 of 1) sorted by relevance
597 std::vector<Comdat *> ComdatList; member in __anone38b3fdf0411::BitcodeReader3785 ComdatList.push_back(C); in parseComdatRecord()3894 if (ComdatID > ComdatList.size()) in parseGlobalVarRecord()3896 NewGV->setComdat(ComdatList[ComdatID - 1]); in parseGlobalVarRecord()4065 if (ComdatID > ComdatList.size()) in parseFunctionRecord()4067 Func->setComdat(ComdatList[ComdatID - 1]); in parseFunctionRecord()