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

/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.h109 unsigned getAttributeID(llvm::AttributeSet PAL) const { function in class:llvm_2_9::ValueEnumerator
H A DBitcodeWriter.cpp538 Vals.push_back(VE.getAttributeID(F->getAttributes()));
1178 Vals.push_back(VE.getAttributeID(II->getAttributes()));
1242 Vals.push_back(VE.getAttributeID(CI.getAttributes()));
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.h109 unsigned getAttributeID(llvm::AttributeSet PAL) const { function in class:llvm_2_9_func::ValueEnumerator
H A DBitcodeWriter.cpp492 Vals.push_back(VE.getAttributeID(F->getAttributes()));
1132 Vals.push_back(VE.getAttributeID(II->getAttributes()));
1259 Vals.push_back(VE.getAttributeID(CI.getAttributes()));
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.h109 unsigned getAttributeID(llvm::AttributeSet PAL) const { function in class:llvm_3_2::ValueEnumerator
H A DBitcodeWriter.cpp510 Vals.push_back(VE.getAttributeID(F->getAttributes()));
1189 Vals.push_back(VE.getAttributeID(II->getAttributes()));
1316 Vals.push_back(VE.getAttributeID(CI.getAttributes()));

Completed in 79 milliseconds