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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp512 std::map<unsigned, AttributeList> MAttributeGroups; member in class:__anon3411::BitcodeReader
1385 Attrs.push_back(MAttributeGroups[Record[i]]);
1559 if (!MAttributeGroups.empty())
1659 MAttributeGroups[GrpID] = AttributeList::get(Context, Idx, B);

Completed in 66 milliseconds