Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp155 static unsigned getEncodedComdatSelectionKind(const Comdat &C);
873 unsigned DXILBitcodeWriter::getEncodedComdatSelectionKind(const Comdat &C) { in getEncodedComdatSelectionKind() function in DXILBitcodeWriter
1172 Vals.push_back(getEncodedComdatSelectionKind(*C)); in writeComdats()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1146 static unsigned getEncodedComdatSelectionKind(const Comdat &C) { in getEncodedComdatSelectionKind() function
1183 Vals.push_back(getEncodedComdatSelectionKind(*C)); in writeComdats()