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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp509 std::vector<AttributeList> MAttributes; member in class:__anon3411::BitcodeReader
645 if (i-1 < MAttributes.size())
646 return MAttributes[i-1];
1336 if (!MAttributes.empty())
1380 MAttributes.push_back(AttributeList::get(Context, Attrs));
1387 MAttributes.push_back(AttributeList::get(Context, Attrs));

Completed in 140 milliseconds