Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h175 unsigned getAttributeListID(AttributeList PAL) const { in getAttributeListID() function
H A DBitcodeWriter.cpp1360 Vals.push_back(VE.getAttributeListID(AL)); in writeModuleInfo()
1385 Vals.push_back(VE.getAttributeListID(F.getAttributes())); in writeModuleInfo()
2893 Vals.push_back(VE.getAttributeListID(II->getAttributes())); in writeInstruction()
2969 Vals.push_back(VE.getAttributeListID(CBI->getAttributes())); in writeInstruction()
3127 Vals.push_back(VE.getAttributeListID(CI.getAttributes())); in writeInstruction()