Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h113 using AttributeListMapType = DenseMap<AttributeList, unsigned>; variable
114 AttributeListMapType AttributeListMap;
177 AttributeListMapType::const_iterator I = AttributeListMap.find(PAL); in getAttributeListID()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h112 using AttributeListMapType = DenseMap<AttributeList, unsigned>; variable
113 AttributeListMapType AttributeListMap;
177 AttributeListMapType::const_iterator I = AttributeListMap.find(PAL); in getAttributeListID()