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

/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/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_3_2/
H A DBitcodeWriter.cpp166 const std::vector<AttributeSet> &Attrs = VE.getAttributes(); local
167 if (Attrs.empty()) return;
172 for (unsigned i = 0, e = Attrs.size(); i != e; ++i) {
173 const AttributeSet &A = Attrs[i];

Completed in 258 milliseconds