Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Bitcode/Writer/
DValueEnumerator.h52 using IndexAndAttrSet = std::pair<unsigned, AttributeSet>; variable
108 using AttributeGroupMapType = DenseMap<IndexAndAttrSet, unsigned>;
110 std::vector<IndexAndAttrSet> AttributeGroups;
182 unsigned getAttributeGroupID(IndexAndAttrSet Group) const { in getAttributeGroupID()
220 const std::vector<IndexAndAttrSet> &getAttributeGroups() const { in getAttributeGroups()
DValueEnumerator.cpp1008 IndexAndAttrSet Pair = {i, AS}; in EnumerateAttributes()
DBitcodeWriter.cpp823 const std::vector<ValueEnumerator::IndexAndAttrSet> &AttrGrps = in writeAttributeGroupTable()
830 for (ValueEnumerator::IndexAndAttrSet Pair : AttrGrps) { in writeAttributeGroupTable()