Home
last modified time | relevance | path

Searched refs:getAttributeGroupID (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.h176 unsigned getAttributeGroupID(AttributeSet PAL) const { in getAttributeGroupID() function
DBitcodeWriter.cpp695 Record.push_back(VE.getAttributeGroupID(A)); in writeAttributeGroupTable()
740 Record.push_back(VE.getAttributeGroupID(A.getSlotAttributes(i))); in writeAttributeTable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.h183 unsigned getAttributeGroupID(IndexAndAttrSet Group) const { in getAttributeGroupID() function
DBitcodeWriter.cpp749 Record.push_back(VE.getAttributeGroupID(Pair)); in writeAttributeGroupTable()
800 Record.push_back(VE.getAttributeGroupID({i, AS})); in writeAttributeTable()
/external/llvm-project/llvm/lib/Bitcode/Writer/
DValueEnumerator.h181 unsigned getAttributeGroupID(IndexAndAttrSet Group) const { in getAttributeGroupID() function
DBitcodeWriter.cpp774 Record.push_back(VE.getAttributeGroupID(Pair)); in writeAttributeGroupTable()
825 Record.push_back(VE.getAttributeGroupID({i, AS})); in writeAttributeTable()