Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDValueEnumerator.h114 AttributeListMapType AttributeListMap; variable
178 AttributeListMapType::const_iterator I = AttributeListMap.find(PAL); in getAttributeListID()
179 assert(I != AttributeListMap.end() && "Attribute not in ValueEnumerator!"); in getAttributeListID()
HDValueEnumerator.cpp922 unsigned &Entry = AttributeListMap[PAL]; in EnumerateAttributes()