Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.h145 std::vector<AttrListPtr> MAttributes; variable
225 if (i-1 < MAttributes.size()) in getAttributes()
226 return MAttributes[i-1]; in getAttributes()
DBitcodeReader.cpp38 std::vector<AttrListPtr>().swap(MAttributes); in FreeState()
423 if (!MAttributes.empty()) in ParseAttributeBlock()
513 MAttributes.push_back(AttrListPtr::get(Attrs.begin(), Attrs.end())); in ParseAttributeBlock()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp219 std::vector<AttributeSet> MAttributes; member in __anon01c39de90111::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()