Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp387 unsigned ComdatID = Comdats.idFor(C); in getComdatID() local
388 assert(ComdatID && "Comdat not found!"); in getComdatID()
389 return ComdatID; in getComdatID()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3515 if (unsigned ComdatID = Record[11]) { in parseModule() local
3516 if (ComdatID > ComdatList.size()) in parseModule()
3518 NewGV->setComdat(ComdatList[ComdatID - 1]); in parseModule()
3583 if (unsigned ComdatID = Record[12]) { in parseModule() local
3584 if (ComdatID > ComdatList.size()) in parseModule()
3586 Func->setComdat(ComdatList[ComdatID - 1]); in parseModule()