Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp148 std::vector<Comdat *> ComdatList; member in __anonecb5182a0111::BitcodeReader
478 std::vector<Comdat *>().swap(ComdatList); in FreeState()
2851 ComdatList.push_back(C); in ParseModule()
2921 assert(ComdatID <= ComdatList.size()); in ParseModule()
2922 NewGV->setComdat(ComdatList[ComdatID - 1]); in ParseModule()
2986 assert(ComdatID <= ComdatList.size()); in ParseModule()
2987 Func->setComdat(ComdatList[ComdatID - 1]); in ParseModule()