Home
last modified time | relevance | path

Searched refs:AttributeGroups (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h110 std::vector<IndexAndAttrSet> AttributeGroups; variable
221 return AttributeGroups; in getAttributeGroups()
H A DValueEnumerator.cpp1046 AttributeGroups.push_back(Pair); in EnumerateAttributes()
1047 Entry = AttributeGroups.size(); in EnumerateAttributes()