Searched refs:ComdatList (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp498 std::vector<Comdat *> ComdatList; member in class:__anon3411::BitcodeReader
3123 ComdatList.push_back(C);
3215 if (ComdatID > ComdatList.size())
3217 NewGV->setComdat(ComdatList[ComdatID - 1]);
3326 if (ComdatID > ComdatList.size())
3328 Func->setComdat(ComdatList[ComdatID - 1]);

Completed in 216 milliseconds