Home
last modified time | relevance | path

Searched refs:AttributeGroupMapType (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.h105 typedef DenseMap<AttributeSet, unsigned> AttributeGroupMapType; typedef
106 AttributeGroupMapType AttributeGroupMap;
178 AttributeGroupMapType::const_iterator I = AttributeGroupMap.find(PAL); in getAttributeGroupID()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.h109 using AttributeGroupMapType = DenseMap<IndexAndAttrSet, unsigned>; variable
110 AttributeGroupMapType AttributeGroupMap;
186 AttributeGroupMapType::const_iterator I = AttributeGroupMap.find(Group); in getAttributeGroupID()
/external/llvm-project/llvm/lib/Bitcode/Writer/
DValueEnumerator.h107 using AttributeGroupMapType = DenseMap<IndexAndAttrSet, unsigned>; variable
108 AttributeGroupMapType AttributeGroupMap;
184 AttributeGroupMapType::const_iterator I = AttributeGroupMap.find(Group); in getAttributeGroupID()