Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp161 std::vector<AttributeSet> MAttributes; member in __anonecb5182a0111::BitcodeReader
282 if (i-1 < MAttributes.size()) in getAttributes()
283 return MAttributes[i-1]; in getAttributes()
480 std::vector<AttributeSet>().swap(MAttributes); in FreeState()
1000 if (!MAttributes.empty()) in ParseAttributeBlock()
1038 MAttributes.push_back(AttributeSet::get(Context, Attrs)); in ParseAttributeBlock()
1046 MAttributes.push_back(AttributeSet::get(Context, Attrs)); in ParseAttributeBlock()