Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp614 std::vector<AttributeList> MAttributes; member in __anonbda00ad50411::BitcodeReader
734 if (i-1 < MAttributes.size()) in getAttributes()
735 return MAttributes[i-1]; in getAttributes()
1840 if (!MAttributes.empty()) in parseAttributeBlock()
1884 MAttributes.push_back(AttributeList::get(Context, Attrs)); in parseAttributeBlock()
1891 MAttributes.push_back(AttributeList::get(Context, Attrs)); in parseAttributeBlock()