Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Bitcode/Writer/
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()
DValueEnumerator.cpp1009 unsigned &Entry = AttributeGroupMap[Pair]; in EnumerateAttributes()