Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp621 std::vector<AttributeList> MAttributes; member in __anondf6e26480411::BitcodeReader
746 if (i-1 < MAttributes.size()) in getAttributes()
747 return MAttributes[i-1]; in getAttributes()
1990 if (!MAttributes.empty()) in parseAttributeBlock()
2034 MAttributes.push_back(AttributeList::get(Context, Attrs)); in parseAttributeBlock()
2041 MAttributes.push_back(AttributeList::get(Context, Attrs)); in parseAttributeBlock()