Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp498 unsigned ComdatID = Comdats.idFor(C); in getComdatID() local
499 assert(ComdatID && "Comdat not found!"); in getComdatID()
500 return ComdatID; in getComdatID()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3300 if (unsigned ComdatID = Record[11]) { in parseGlobalVarRecord() local
3301 if (ComdatID > ComdatList.size()) in parseGlobalVarRecord()
3303 NewGV->setComdat(ComdatList[ComdatID - 1]); in parseGlobalVarRecord()
3430 if (unsigned ComdatID = Record[12]) { in parseFunctionRecord() local
3431 if (ComdatID > ComdatList.size()) in parseFunctionRecord()
3433 Func->setComdat(ComdatList[ComdatID - 1]); in parseFunctionRecord()