Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.h111 AttributeGroupMapType AttributeGroupMap; variable
187 AttributeGroupMapType::const_iterator I = AttributeGroupMap.find(Group); in getAttributeGroupID()
188 assert(I != AttributeGroupMap.end() && "Attribute not in ValueEnumerator!"); in getAttributeGroupID()
DValueEnumerator.cpp937 unsigned &Entry = AttributeGroupMap[Pair]; in EnumerateAttributes()
/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()