Searched refs:ComdatList (Results 1 – 3 of 3) sorted by relevance
204 std::vector<Comdat *> ComdatList; member in __anonecb5182a0111::BitcodeReader640 std::vector<Comdat *>().swap(ComdatList); in freeState()3778 ComdatList.push_back(C); in parseModule()3854 if (ComdatID > ComdatList.size()) in parseModule()3856 NewGV->setComdat(ComdatList[ComdatID - 1]); in parseModule()3923 if (ComdatID > ComdatList.size()) in parseModule()3925 Func->setComdat(ComdatList[ComdatID - 1]); in parseModule()
500 std::vector<Comdat *> ComdatList; member in __anon9c8db84c0411::BitcodeReader3077 ComdatList.push_back(C); in parseComdatRecord()3169 if (ComdatID > ComdatList.size()) in parseGlobalVarRecord()3171 NewGV->setComdat(ComdatList[ComdatID - 1]); in parseGlobalVarRecord()3280 if (ComdatID > ComdatList.size()) in parseFunctionRecord()3282 Func->setComdat(ComdatList[ComdatID - 1]); in parseFunctionRecord()
499 std::vector<Comdat *> ComdatList; member in __anon6307d9380411::BitcodeReader3140 ComdatList.push_back(C); in parseComdatRecord()3232 if (ComdatID > ComdatList.size()) in parseGlobalVarRecord()3234 NewGV->setComdat(ComdatList[ComdatID - 1]); in parseGlobalVarRecord()3350 if (ComdatID > ComdatList.size()) in parseFunctionRecord()3352 Func->setComdat(ComdatList[ComdatID - 1]); in parseFunctionRecord()