Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp624 std::map<unsigned, AttributeList> MAttributeGroups; member in __anondf6e26480411::BitcodeReader
2039 Attrs.push_back(MAttributeGroups[Val]); in parseAttributeBlock()
2298 if (!MAttributeGroups.empty()) in parseAttributeGroupBlock()
2495 MAttributeGroups[GrpID] = AttributeList::get(Context, Idx, B); in parseAttributeGroupBlock()