Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h109 AttributeGroupMapType AttributeGroupMap; variable
185 AttributeGroupMapType::const_iterator I = AttributeGroupMap.find(Group); in getAttributeGroupID()
186 assert(I != AttributeGroupMap.end() && "Attribute not in ValueEnumerator!"); in getAttributeGroupID()
H A DValueEnumerator.cpp1029 unsigned &Entry = AttributeGroupMap[Pair]; in EnumerateAttributes()