Home
last modified time | relevance | path

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

/frameworks/compile/slang/BitWriter_2_9/
DValueEnumerator.h129 unsigned getAttributeID(llvm::AttributeSet PAL) const { in getAttributeID() function
DBitcodeWriter.cpp502 Vals.push_back(VE.getAttributeID(F.getAttributes())); in WriteModuleInfo()
1203 Vals.push_back(VE.getAttributeID(II->getAttributes())); in WriteInstruction()
1267 Vals.push_back(VE.getAttributeID(CI.getAttributes())); in WriteInstruction()
/frameworks/compile/slang/BitWriter_2_9_func/
DValueEnumerator.h129 unsigned getAttributeID(llvm::AttributeSet PAL) const { in getAttributeID() function
DBitcodeWriter.cpp500 Vals.push_back(VE.getAttributeID(F.getAttributes())); in WriteModuleInfo()
1201 Vals.push_back(VE.getAttributeID(II->getAttributes())); in WriteInstruction()
1329 Vals.push_back(VE.getAttributeID(CI.getAttributes())); in WriteInstruction()
/frameworks/compile/slang/BitWriter_3_2/
DValueEnumerator.h132 unsigned getAttributeID(llvm::AttributeSet PAL) const { in getAttributeID() function
DBitcodeWriter.cpp515 Vals.push_back(VE.getAttributeID(F.getAttributes())); in WriteModuleInfo()
1234 Vals.push_back(VE.getAttributeID(II->getAttributes())); in WriteInstruction()
1363 Vals.push_back(VE.getAttributeID(CI.getAttributes())); in WriteInstruction()