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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp846 SmallVector<AttributeSet, 8> Attrs; local
875 Attrs.push_back(AttributeSet::get(Context, Record[i], B));
878 MAttributes.push_back(AttributeSet::get(Context, Attrs));
879 Attrs.clear();
884 Attrs.push_back(MAttributeGroups[Record[i]]);
886 MAttributes.push_back(AttributeSet::get(Context, Attrs));
887 Attrs.clear();
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1121 SmallVector<AttributeSet, 8> Attrs; local
1151 Attrs.push_back(AttributeSet::get(Context, Record[i], B));
1154 MAttributes.push_back(AttributeSet::get(Context, Attrs));
1155 Attrs.clear();
1160 Attrs.push_back(MAttributeGroups[Record[i]]);
1162 MAttributes.push_back(AttributeSet::get(Context, Attrs));
1163 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 60 milliseconds