Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h111 std::vector<IndexAndAttrSet> AttributeGroups; variable
223 return AttributeGroups; in getAttributeGroups()
H A DDXILValueEnumerator.cpp1016 AttributeGroups.push_back(Pair); in EnumerateAttributes()
1017 Entry = AttributeGroups.size(); in EnumerateAttributes()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h110 std::vector<IndexAndAttrSet> AttributeGroups; variable
221 return AttributeGroups; in getAttributeGroups()
H A DValueEnumerator.cpp1047 AttributeGroups.push_back(Pair); in EnumerateAttributes()
1048 Entry = AttributeGroups.size(); in EnumerateAttributes()