Searched refs:ComdatList (Results 1 – 1 of 1) sorted by relevance
598 std::vector<Comdat *> ComdatList; member in __anon933571fe0411::BitcodeReader3813 ComdatList.push_back(C); in parseComdatRecord()3924 if (ComdatID > ComdatList.size()) in parseGlobalVarRecord()3926 NewGV->setComdat(ComdatList[ComdatID - 1]); in parseGlobalVarRecord()4103 if (ComdatID > ComdatList.size()) in parseFunctionRecord()4105 Func->setComdat(ComdatList[ComdatID - 1]); in parseFunctionRecord()