Searched refs:ComdatList (Results 1 – 1 of 1) sorted by relevance
596 std::vector<Comdat *> ComdatList; member in __anon27c3e5780411::BitcodeReader3663 ComdatList.push_back(C); in parseComdatRecord()3768 if (ComdatID > ComdatList.size()) in parseGlobalVarRecord()3770 NewGV->setComdat(ComdatList[ComdatID - 1]); in parseGlobalVarRecord()3926 if (ComdatID > ComdatList.size()) in parseFunctionRecord()3928 Func->setComdat(ComdatList[ComdatID - 1]); in parseFunctionRecord()