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.cpp207 std::vector<AttributeSet> MAttributes; member in __anon4adc0c5b0111::BitcodeReader
304 if (i-1 < MAttributes.size()) in getAttributes()
305 return MAttributes[i-1]; in getAttributes()
407 std::vector<AttributeSet>().swap(MAttributes); in FreeState()
841 if (!MAttributes.empty()) in ParseAttributeBlock()
878 MAttributes.push_back(AttributeSet::get(Context, Attrs)); in ParseAttributeBlock()
886 MAttributes.push_back(AttributeSet::get(Context, Attrs)); in ParseAttributeBlock()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp449 std::vector<AttributeSet> MAttributes; member in __anonc5f03b150111::BitcodeReader
541 if (i-1 < MAttributes.size()) in getAttributes()
542 return MAttributes[i-1]; in getAttributes()
644 std::vector<AttributeSet>().swap(MAttributes); in FreeState()
1116 if (!MAttributes.empty()) in ParseAttributeBlock()
1154 MAttributes.push_back(AttributeSet::get(Context, Attrs)); in ParseAttributeBlock()
1162 MAttributes.push_back(AttributeSet::get(Context, Attrs)); in ParseAttributeBlock()