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

/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.h129 unsigned getAttributeID(llvm::AttributeSet PAL) const { function in class:llvm_2_9::ValueEnumerator
H A DBitcodeWriter.cpp501 Vals.push_back(VE.getAttributeID(F.getAttributes()));
1202 Vals.push_back(VE.getAttributeID(II->getAttributes()));
1266 Vals.push_back(VE.getAttributeID(CI.getAttributes()));
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.h129 unsigned getAttributeID(llvm::AttributeSet PAL) const { function in class:llvm_2_9_func::ValueEnumerator
H A DBitcodeWriter.cpp500 Vals.push_back(VE.getAttributeID(F.getAttributes()));
1201 Vals.push_back(VE.getAttributeID(II->getAttributes()));
1328 Vals.push_back(VE.getAttributeID(CI.getAttributes()));
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.h132 unsigned getAttributeID(llvm::AttributeSet PAL) const { function in class:llvm_3_2::ValueEnumerator
H A DBitcodeWriter.cpp514 Vals.push_back(VE.getAttributeID(F.getAttributes()));
1242 Vals.push_back(VE.getAttributeID(II->getAttributes()));
1370 Vals.push_back(VE.getAttributeID(CI.getAttributes()));

Completed in 104 milliseconds