Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp396 unsigned ComdatID = Comdats.idFor(C); in getComdatID() local
397 assert(ComdatID && "Comdat not found!"); in getComdatID()
398 return ComdatID; in getComdatID()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2920 if (unsigned ComdatID = Record[11]) { in ParseModule() local
2921 assert(ComdatID <= ComdatList.size()); in ParseModule()
2922 NewGV->setComdat(ComdatList[ComdatID - 1]); in ParseModule()
2985 if (unsigned ComdatID = Record[12]) { in ParseModule() local
2986 assert(ComdatID <= ComdatList.size()); in ParseModule()
2987 Func->setComdat(ComdatList[ComdatID - 1]); in ParseModule()