Home
last modified time | relevance | path

Searched refs:AttributeGroupMap (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.h106 AttributeGroupMapType AttributeGroupMap; variable
178 AttributeGroupMapType::const_iterator I = AttributeGroupMap.find(PAL); in getAttributeGroupID()
179 assert(I != AttributeGroupMap.end() && "Attribute not in ValueEnumerator!"); in getAttributeGroupID()
DValueEnumerator.cpp901 unsigned &Entry = AttributeGroupMap[AS]; in EnumerateAttributes()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.h110 AttributeGroupMapType AttributeGroupMap; variable
186 AttributeGroupMapType::const_iterator I = AttributeGroupMap.find(Group); in getAttributeGroupID()
187 assert(I != AttributeGroupMap.end() && "Attribute not in ValueEnumerator!"); in getAttributeGroupID()
DValueEnumerator.cpp935 unsigned &Entry = AttributeGroupMap[Pair]; in EnumerateAttributes()
/external/llvm-project/llvm/lib/Bitcode/Writer/
DValueEnumerator.h108 AttributeGroupMapType AttributeGroupMap; variable
184 AttributeGroupMapType::const_iterator I = AttributeGroupMap.find(Group); in getAttributeGroupID()
185 assert(I != AttributeGroupMap.end() && "Attribute not in ValueEnumerator!"); in getAttributeGroupID()
DValueEnumerator.cpp984 unsigned &Entry = AttributeGroupMap[Pair]; in EnumerateAttributes()