Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp508 unsigned ComdatID = Comdats.idFor(C); in getComdatID() local
509 assert(ComdatID && "Comdat not found!"); in getComdatID()
510 return ComdatID; in getComdatID()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp513 unsigned ComdatID = Comdats.idFor(C); in getComdatID() local
514 assert(ComdatID && "Comdat not found!"); in getComdatID()
515 return ComdatID; in getComdatID()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4171 if (unsigned ComdatID = Record[11]) { in parseGlobalVarRecord() local
4172 if (ComdatID > ComdatList.size()) in parseGlobalVarRecord()
4174 NewGV->setComdat(ComdatList[ComdatID - 1]); in parseGlobalVarRecord()
4350 if (unsigned ComdatID = Record[12]) { in parseFunctionRecord() local
4351 if (ComdatID > ComdatList.size()) in parseFunctionRecord()
4353 Func->setComdat(ComdatList[ComdatID - 1]); in parseFunctionRecord()