Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.h149 std::vector<Comdat *> ComdatList; variable
H A DBitcodeReader.cpp130 std::vector<Comdat *>().swap(ComdatList); in FreeState()
2137 ComdatList.push_back(C); in ParseModule()
2203 assert(ComdatID <= ComdatList.size()); in ParseModule()
2204 NewGV->setComdat(ComdatList[ComdatID - 1]); in ParseModule()
2261 assert(ComdatID <= ComdatList.size()); in ParseModule()
2262 Func->setComdat(ComdatList[ComdatID - 1]); in ParseModule()