Searched refs:ComdatList (Results 1 – 1 of 1) sorted by relevance
499 std::vector<Comdat *> ComdatList; member in __anonba06ddfc0411::BitcodeReader3176 ComdatList.push_back(C); in parseComdatRecord()3264 if (ComdatID > ComdatList.size()) in parseGlobalVarRecord()3266 NewGV->setComdat(ComdatList[ComdatID - 1]); in parseGlobalVarRecord()3396 if (ComdatID > ComdatList.size()) in parseFunctionRecord()3398 Func->setComdat(ComdatList[ComdatID - 1]); in parseFunctionRecord()