Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h113 AttributeListMapType AttributeListMap; variable
177 AttributeListMapType::const_iterator I = AttributeListMap.find(PAL); in getAttributeListID()
178 assert(I != AttributeListMap.end() && "Attribute not in ValueEnumerator!"); in getAttributeListID()
H A DValueEnumerator.cpp1031 unsigned &Entry = AttributeListMap[PAL]; in EnumerateAttributes()