Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp514 std::map<unsigned, AttributeList> MAttributeGroups; member in __anon9c8db84c0411::BitcodeReader
1402 Attrs.push_back(MAttributeGroups[Record[i]]); in parseAttributeBlock()
1568 if (!MAttributeGroups.empty()) in parseAttributeGroupBlock()
1665 MAttributeGroups[GrpID] = AttributeList::get(Context, Idx, B); in parseAttributeGroupBlock()
/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()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp513 std::map<unsigned, AttributeList> MAttributeGroups; member in __anon6307d9380411::BitcodeReader
1386 Attrs.push_back(MAttributeGroups[Record[i]]); in parseAttributeBlock()
1564 if (!MAttributeGroups.empty()) in parseAttributeGroupBlock()
1670 MAttributeGroups[GrpID] = AttributeList::get(Context, Idx, B); in parseAttributeGroupBlock()