Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DValueEnumerator.h97 unsigned getAttributeID(const AttrListPtr &PAL) const { in getAttributeID() function
DBitcodeWriter.cpp508 Vals.push_back(VE.getAttributeID(F->getAttributes())); in WriteModuleInfo()
1127 Vals.push_back(VE.getAttributeID(II->getAttributes())); in WriteInstruction()
1257 Vals.push_back(VE.getAttributeID(CI.getAttributes())); in WriteInstruction()
/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.h169 unsigned getAttributeID(AttributeSet PAL) const { in getAttributeID() function
DBitcodeWriter.cpp1198 Vals.push_back(VE.getAttributeID(F.getAttributes())); in writeModuleInfo()
2442 Vals.push_back(VE.getAttributeID(II->getAttributes())); in writeInstruction()
2634 Vals.push_back(VE.getAttributeID(CI.getAttributes())); in writeInstruction()