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

/frameworks/compile/slang/
H A DAndroid.mk62 Attrs.inc \
145 Attrs.inc \
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp485 SmallVector<AttributeSet, 8> Attrs; local
514 Attrs.push_back(AttributeSet::get(Context, Record[i], B));
517 MAttributes.push_back(AttributeSet::get(Context, Attrs));
518 Attrs.clear();
523 Attrs.push_back(MAttributeGroups[Record[i]]);
525 MAttributes.push_back(AttributeSet::get(Context, Attrs));
526 Attrs.clear();
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp765 SmallVector<AttributeSet, 8> Attrs; local
795 Attrs.push_back(AttributeSet::get(Context, Record[i], B));
798 MAttributes.push_back(AttributeSet::get(Context, Attrs));
799 Attrs.clear();
804 Attrs.push_back(MAttributeGroups[Record[i]]);
806 MAttributes.push_back(AttributeSet::get(Context, Attrs));
807 Attrs.clear();
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp137 const std::vector<AttributeSet> &Attrs = VE.getAttributes(); local
138 if (Attrs.empty()) return;
143 for (unsigned i = 0, e = Attrs.size(); i != e; ++i) {
144 const AttributeSet &A = Attrs[i];
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp160 const std::vector<AttributeSet> &Attrs = VE.getAttributes(); local
161 if (Attrs.empty()) return;
166 for (unsigned i = 0, e = Attrs.size(); i != e; ++i) {
167 const AttributeSet &A = Attrs[i];
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp169 const std::vector<AttributeSet> &Attrs = VE.getAttributes(); local
170 if (Attrs.empty()) return;
175 for (unsigned i = 0, e = Attrs.size(); i != e; ++i) {
176 const AttributeSet &A = Attrs[i];

Completed in 170 milliseconds