Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp510 unsigned ComdatID = Comdats.idFor(C); in getComdatID() local
511 assert(ComdatID && "Comdat not found!"); in getComdatID()
512 return ComdatID; in getComdatID()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3263 if (unsigned ComdatID = Record[11]) { in parseGlobalVarRecord() local
3264 if (ComdatID > ComdatList.size()) in parseGlobalVarRecord()
3266 NewGV->setComdat(ComdatList[ComdatID - 1]); in parseGlobalVarRecord()
3395 if (unsigned ComdatID = Record[12]) { in parseFunctionRecord() local
3396 if (ComdatID > ComdatList.size()) in parseFunctionRecord()
3398 Func->setComdat(ComdatList[ComdatID - 1]); in parseFunctionRecord()