Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp617 std::map<unsigned, AttributeList> MAttributeGroups; member in __anonbda00ad50411::BitcodeReader
1889 Attrs.push_back(MAttributeGroups[Record[i]]); in parseAttributeBlock()
2118 if (!MAttributeGroups.empty()) in parseAttributeGroupBlock()
2244 MAttributeGroups[GrpID] = AttributeList::get(Context, Idx, B); in parseAttributeGroupBlock()