Home
last modified time | relevance | path

Searched refs:getComdatID (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h227 unsigned getComdatID(const Comdat *C) const;
H A DDXILValueEnumerator.cpp507 unsigned ValueEnumerator::getComdatID(const Comdat *C) const { in getComdatID() function in ValueEnumerator
H A DDXILBitcodeWriter.cpp1288 Vals.push_back(GV.hasComdat() ? VE.getComdatID(GV.getComdat()) : 0); in writeModuleInfo()
1316 Vals.push_back(F.hasComdat() ? VE.getComdatID(F.getComdat()) : 0); in writeModuleInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h225 unsigned getComdatID(const Comdat *C) const;
H A DValueEnumerator.cpp472 unsigned ValueEnumerator::getComdatID(const Comdat *C) const { in getComdatID() function in ValueEnumerator
H A DBitcodeWriter.cpp1464 Vals.push_back(GV.hasComdat() ? VE.getComdatID(GV.getComdat()) : 0); in writeModuleInfo()
1507 Vals.push_back(F.hasComdat() ? VE.getComdatID(F.getComdat()) : 0); in writeModuleInfo()