Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.h115 AttributeListMapType AttributeListMap; variable
179 AttributeListMapType::const_iterator I = AttributeListMap.find(PAL); in getAttributeListID()
180 assert(I != AttributeListMap.end() && "Attribute not in ValueEnumerator!"); in getAttributeListID()
DValueEnumerator.cpp924 unsigned &Entry = AttributeListMap[PAL]; in EnumerateAttributes()