Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.h56 AttributeGroupMapType AttributeGroupMap; variable
114 AttributeGroupMapType::const_iterator I = AttributeGroupMap.find(PAL); in getAttributeGroupID()
115 assert(I != AttributeGroupMap.end() && "Attribute not in ValueEnumerator!"); in getAttributeGroupID()
DValueEnumerator.cpp435 unsigned &Entry = AttributeGroupMap[AS]; in EnumerateAttributes()