Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp219 std::vector<AttributeSet> MAttributes; member in __anonecb5182a0111::BitcodeReader
351 if (i-1 < MAttributes.size()) in getAttributes()
352 return MAttributes[i-1]; in getAttributes()
642 std::vector<AttributeSet>().swap(MAttributes); in freeState()
1313 if (!MAttributes.empty()) in parseAttributeBlock()
1351 MAttributes.push_back(AttributeSet::get(Context, Attrs)); in parseAttributeBlock()
1359 MAttributes.push_back(AttributeSet::get(Context, Attrs)); in parseAttributeBlock()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp511 std::vector<AttributeList> MAttributes; member in __anon9c8db84c0411::BitcodeReader
644 if (i-1 < MAttributes.size()) in getAttributes()
645 return MAttributes[i-1]; in getAttributes()
1353 if (!MAttributes.empty()) in parseAttributeBlock()
1397 MAttributes.push_back(AttributeList::get(Context, Attrs)); in parseAttributeBlock()
1404 MAttributes.push_back(AttributeList::get(Context, Attrs)); in parseAttributeBlock()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp510 std::vector<AttributeList> MAttributes; member in __anon6307d9380411::BitcodeReader
644 if (i-1 < MAttributes.size()) in getAttributes()
645 return MAttributes[i-1]; in getAttributes()
1337 if (!MAttributes.empty()) in parseAttributeBlock()
1381 MAttributes.push_back(AttributeList::get(Context, Attrs)); in parseAttributeBlock()
1388 MAttributes.push_back(AttributeList::get(Context, Attrs)); in parseAttributeBlock()