Searched refs:ComdatList (Results 1 – 1 of 1) sorted by relevance
604 std::vector<Comdat *> ComdatList; member in __anondf6e26480411::BitcodeReader4061 ComdatList.push_back(C); in parseComdatRecord()4172 if (ComdatID > ComdatList.size()) in parseGlobalVarRecord()4174 NewGV->setComdat(ComdatList[ComdatID - 1]); in parseGlobalVarRecord()4351 if (ComdatID > ComdatList.size()) in parseFunctionRecord()4353 Func->setComdat(ComdatList[ComdatID - 1]); in parseFunctionRecord()