Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp613 std::vector<AttributeList> MAttributes; member in __anon27c3e5780411::BitcodeReader
733 if (i-1 < MAttributes.size()) in getAttributes()
734 return MAttributes[i-1]; in getAttributes()
1775 if (!MAttributes.empty()) in parseAttributeBlock()
1819 MAttributes.push_back(AttributeList::get(Context, Attrs)); in parseAttributeBlock()
1826 MAttributes.push_back(AttributeList::get(Context, Attrs)); in parseAttributeBlock()