Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp222 std::map<unsigned, AttributeSet> MAttributeGroups; member in __anonecb5182a0111::BitcodeReader
1357 Attrs.push_back(MAttributeGroups[Record[i]]); in parseAttributeBlock()
1502 if (!MAttributeGroups.empty()) in parseAttributeGroupBlock()
1579 MAttributeGroups[GrpID] = AttributeSet::get(Context, Idx, B); in parseAttributeGroupBlock()