Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.h107 std::vector<AttributeSet> AttributeGroups; variable
213 return AttributeGroups; in getAttributeGroups()
DValueEnumerator.cpp903 AttributeGroups.push_back(AS); in EnumerateAttributes()
904 Entry = AttributeGroups.size(); in EnumerateAttributes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.h112 std::vector<IndexAndAttrSet> AttributeGroups; variable
223 return AttributeGroups; in getAttributeGroups()
DValueEnumerator.cpp939 AttributeGroups.push_back(Pair); in EnumerateAttributes()
940 Entry = AttributeGroups.size(); in EnumerateAttributes()