Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h177 unsigned getAttributeListID(AttributeList PAL) const { in getAttributeListID() function
H A DBitcodeWriter.cpp1268 Vals.push_back(VE.getAttributeListID(AL)); in writeModuleInfo()
1291 Vals.push_back(VE.getAttributeListID(F.getAttributes())); in writeModuleInfo()
2713 Vals.push_back(VE.getAttributeListID(II->getAttributes())); in writeInstruction()
2906 Vals.push_back(VE.getAttributeListID(CI.getAttributes())); in writeInstruction()