Home
last modified time | relevance | path

Searched refs:MAttributes (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.h150 std::vector<AttrListPtr> MAttributes; variable
237 if (i-1 < MAttributes.size()) in getAttributes()
238 return MAttributes[i-1]; in getAttributes()
DBitcodeReader.cpp51 std::vector<AttrListPtr>().swap(MAttributes); in FreeState()
398 if (!MAttributes.empty()) in ParseAttributeBlock()
488 MAttributes.push_back(AttrListPtr::get(Attrs.begin(), Attrs.end())); in ParseAttributeBlock()