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

/frameworks/compile/slang/
H A DAndroid.mk73 Attrs.inc \
141 Attrs.inc \
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp837 SmallVector<AttributeSet, 8> Attrs; local
866 Attrs.push_back(AttributeSet::get(Context, Record[i], B));
869 MAttributes.push_back(AttributeSet::get(Context, Attrs));
870 Attrs.clear();
875 Attrs.push_back(MAttributeGroups[Record[i]]);
877 MAttributes.push_back(AttributeSet::get(Context, Attrs));
878 Attrs.clear();
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1112 SmallVector<AttributeSet, 8> Attrs; local
1142 Attrs.push_back(AttributeSet::get(Context, Record[i], B));
1145 MAttributes.push_back(AttributeSet::get(Context, Attrs));
1146 Attrs.clear();
1151 Attrs.push_back(MAttributeGroups[Record[i]]);
1153 MAttributes.push_back(AttributeSet::get(Context, Attrs));
1154 Attrs.clear();
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp138 const std::vector<AttributeSet> &Attrs = VE.getAttributes(); local
139 if (Attrs.empty()) return;
144 for (unsigned i = 0, e = Attrs.size(); i != e; ++i) {
145 const AttributeSet &A = Attrs[i];
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp161 const std::vector<AttributeSet> &Attrs = VE.getAttributes(); local
162 if (Attrs.empty()) return;
167 for (unsigned i = 0, e = Attrs.size(); i != e; ++i) {
168 const AttributeSet &A = Attrs[i];
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp161 const std::vector<AttributeSet> &Attrs = VE.getAttributes(); local
162 if (Attrs.empty()) return;
167 for (unsigned i = 0, e = Attrs.size(); i != e; ++i) {
168 const AttributeSet &A = Attrs[i];

Completed in 75 milliseconds