Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/
H A 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()
H A DValueEnumerator.cpp937 unsigned &Entry = AttributeGroupMap[Pair]; in EnumerateAttributes()