Home
last modified time | relevance | path

Searched refs:AttributeGroups (Results 1 – 6 of 6) 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-10.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.h111 std::vector<IndexAndAttrSet> AttributeGroups; variable
222 return AttributeGroups; in getAttributeGroups()
DValueEnumerator.cpp937 AttributeGroups.push_back(Pair); in EnumerateAttributes()
938 Entry = AttributeGroups.size(); in EnumerateAttributes()
/external/llvm-project/llvm/lib/Bitcode/Writer/
DValueEnumerator.h109 std::vector<IndexAndAttrSet> AttributeGroups; variable
220 return AttributeGroups; in getAttributeGroups()
DValueEnumerator.cpp986 AttributeGroups.push_back(Pair); in EnumerateAttributes()
987 Entry = AttributeGroups.size(); in EnumerateAttributes()