Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp448 unsigned ComdatID = Comdats.idFor(C); in getComdatID() local
449 assert(ComdatID && "Comdat not found!"); in getComdatID()
450 return ComdatID; in getComdatID()
/aosp_15_r20/external/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp417 unsigned ComdatID = Comdats.idFor(C); in getComdatID() local
418 assert(ComdatID && "Comdat not found!"); in getComdatID()
419 return ComdatID; in getComdatID()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp473 unsigned ComdatID = Comdats.idFor(C); in getComdatID() local
474 assert(ComdatID && "Comdat not found!"); in getComdatID()
475 return ComdatID; in getComdatID()
/aosp_15_r20/external/llvm/lib/Bitcode/Reader/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3168 if (unsigned ComdatID = Record[11]) { in parseGlobalVarRecord() local
3169 if (ComdatID > ComdatList.size()) in parseGlobalVarRecord()
3171 NewGV->setComdat(ComdatList[ComdatID - 1]); in parseGlobalVarRecord()
3279 if (unsigned ComdatID = Record[12]) { in parseFunctionRecord() local
3280 if (ComdatID > ComdatList.size()) in parseFunctionRecord()
3282 Func->setComdat(ComdatList[ComdatID - 1]); in parseFunctionRecord()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3893 if (unsigned ComdatID = Record[11]) { in parseGlobalVarRecord() local
3894 if (ComdatID > ComdatList.size()) in parseGlobalVarRecord()
3896 NewGV->setComdat(ComdatList[ComdatID - 1]); in parseGlobalVarRecord()
4064 if (unsigned ComdatID = Record[12]) { in parseFunctionRecord() local
4065 if (ComdatID > ComdatList.size()) in parseFunctionRecord()
4067 Func->setComdat(ComdatList[ComdatID - 1]); in parseFunctionRecord()