Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.h54 using IndexAndAttrSet = std::pair<unsigned, AttributeSet>; variable
110 using AttributeGroupMapType = DenseMap<IndexAndAttrSet, unsigned>;
112 std::vector<IndexAndAttrSet> AttributeGroups;
184 unsigned getAttributeGroupID(IndexAndAttrSet Group) const { in getAttributeGroupID()
222 const std::vector<IndexAndAttrSet> &getAttributeGroups() const { in getAttributeGroups()
DValueEnumerator.cpp936 IndexAndAttrSet Pair = {i, AS}; in EnumerateAttributes()
DBitcodeWriter.cpp713 const std::vector<ValueEnumerator::IndexAndAttrSet> &AttrGrps = in writeAttributeGroupTable()
720 for (ValueEnumerator::IndexAndAttrSet Pair : AttrGrps) { in writeAttributeGroupTable()