Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp417 unsigned ComdatID = Comdats.idFor(C); in getComdatID() local
418 assert(ComdatID && "Comdat not found!"); in getComdatID()
419 return ComdatID; in getComdatID()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp451 unsigned ComdatID = Comdats.idFor(C); in getComdatID() local
452 assert(ComdatID && "Comdat not found!"); in getComdatID()
453 return ComdatID; in getComdatID()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2916 if (unsigned ComdatID = Record[11]) { in parseGlobalVarRecord() local
2917 if (ComdatID > ComdatList.size()) in parseGlobalVarRecord()
2919 NewGV->setComdat(ComdatList[ComdatID - 1]); in parseGlobalVarRecord()
3000 if (unsigned ComdatID = Record[12]) { in parseFunctionRecord() local
3001 if (ComdatID > ComdatList.size()) in parseFunctionRecord()
3003 Func->setComdat(ComdatList[ComdatID - 1]); in parseFunctionRecord()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3853 if (unsigned ComdatID = Record[11]) { in parseModule() local
3854 if (ComdatID > ComdatList.size()) in parseModule()
3856 NewGV->setComdat(ComdatList[ComdatID - 1]); in parseModule()
3922 if (unsigned ComdatID = Record[12]) { in parseModule() local
3923 if (ComdatID > ComdatList.size()) in parseModule()
3925 Func->setComdat(ComdatList[ComdatID - 1]); in parseModule()