Searched refs:ComdatList (Results 1 – 1 of 1) sorted by relevance
499 std::vector<Comdat *> ComdatList; member in __anon8c0d27130411::BitcodeReader3209 ComdatList.push_back(C); in parseComdatRecord()3301 if (ComdatID > ComdatList.size()) in parseGlobalVarRecord()3303 NewGV->setComdat(ComdatList[ComdatID - 1]); in parseGlobalVarRecord()3431 if (ComdatID > ComdatList.size()) in parseFunctionRecord()3433 Func->setComdat(ComdatList[ComdatID - 1]); in parseFunctionRecord()