Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h174 unsigned getAttributeListID(AttributeList PAL) const { in getAttributeListID() function
H A DDXILBitcodeWriter.cpp1306 Vals.push_back(VE.getAttributeListID(F.getAttributes())); in writeModuleInfo()
2379 Vals.push_back(VE.getAttributeListID(II->getAttributes())); in writeInstruction()
2523 Vals.push_back(VE.getAttributeListID(CI.getAttributes())); in writeInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h175 unsigned getAttributeListID(AttributeList PAL) const { in getAttributeListID() function
H A DBitcodeWriter.cpp1467 Vals.push_back(VE.getAttributeListID(AL)); in writeModuleInfo()
1497 Vals.push_back(VE.getAttributeListID(F.getAttributes())); in writeModuleInfo()
3037 Vals.push_back(VE.getAttributeListID(II->getAttributes())); in writeInstruction()
3112 Vals.push_back(VE.getAttributeListID(CBI->getAttributes())); in writeInstruction()
3277 Vals.push_back(VE.getAttributeListID(CI.getAttributes())); in writeInstruction()