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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h176 unsigned getAttributeListID(AttributeList PAL) const { function in class:llvm::ValueEnumerator
H A DBitcodeWriter.cpp1296 Vals.push_back(VE.getAttributeListID(AL));
1321 Vals.push_back(VE.getAttributeListID(F.getAttributes()));
2767 Vals.push_back(VE.getAttributeListID(II->getAttributes()));
2843 Vals.push_back(VE.getAttributeListID(CBI->getAttributes()));
3000 Vals.push_back(VE.getAttributeListID(CI.getAttributes()));

Completed in 162 milliseconds