Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp615 std::vector<AttributeList> MAttributes; member in __anon933571fe0411::BitcodeReader
735 if (i-1 < MAttributes.size()) in getAttributes()
736 return MAttributes[i-1]; in getAttributes()
1864 if (!MAttributes.empty()) in parseAttributeBlock()
1908 MAttributes.push_back(AttributeList::get(Context, Attrs)); in parseAttributeBlock()
1915 MAttributes.push_back(AttributeList::get(Context, Attrs)); in parseAttributeBlock()