Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp471 std::map<unsigned, AttributeList> MAttributeGroups; member in __anonc13c2b0b0411::BitcodeReader
1272 Attrs.push_back(MAttributeGroups[Record[i]]); in parseAttributeBlock()
1426 if (!MAttributeGroups.empty()) in parseAttributeGroupBlock()
1503 MAttributeGroups[GrpID] = AttributeList::get(Context, Idx, B); in parseAttributeGroupBlock()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp222 std::map<unsigned, AttributeSet> MAttributeGroups; member in __anone7aefbb30111::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()