Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp451 unsigned ComdatID = Comdats.idFor(C); in getComdatID() local
452 assert(ComdatID && "Comdat not found!"); in getComdatID()
453 return ComdatID; in getComdatID()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2953 if (unsigned ComdatID = Record[11]) { in parseGlobalVarRecord() local
2954 if (ComdatID > ComdatList.size()) in parseGlobalVarRecord()
2956 NewGV->setComdat(ComdatList[ComdatID - 1]); in parseGlobalVarRecord()
3041 if (unsigned ComdatID = Record[12]) { in parseFunctionRecord() local
3042 if (ComdatID > ComdatList.size()) in parseFunctionRecord()
3044 Func->setComdat(ComdatList[ComdatID - 1]); in parseFunctionRecord()