Home
last modified time | relevance | path

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

/freebsd/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.cpp1287 Vals.push_back(GV.hasComdat() ? VE.getComdatID(GV.getComdat()) : 0); in writeModuleInfo()
1315 Vals.push_back(F.hasComdat() ? VE.getComdatID(F.getComdat()) : 0); in writeModuleInfo()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h225 unsigned getComdatID(const Comdat *C) const;
H A DValueEnumerator.cpp509 unsigned ValueEnumerator::getComdatID(const Comdat *C) const { in getComdatID() function in ValueEnumerator
H A DBitcodeWriter.cpp1556 Vals.push_back(GV.hasComdat() ? VE.getComdatID(GV.getComdat()) : 0); in writeModuleInfo()
1599 Vals.push_back(F.hasComdat() ? VE.getComdatID(F.getComdat()) : 0); in writeModuleInfo()