Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.h70 typedef llvm::DenseMap<llvm::AttributeSet, unsigned> AttributeMapType; typedef
71 AttributeMapType AttributeMap;
131 AttributeMapType::const_iterator I = AttributeMap.find(PAL); in getAttributeID()
/aosp12/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.h70 typedef llvm::DenseMap<llvm::AttributeSet, unsigned> AttributeMapType; typedef
71 AttributeMapType AttributeMap;
131 AttributeMapType::const_iterator I = AttributeMap.find(PAL); in getAttributeID()
/aosp12/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.h73 typedef llvm::DenseMap<llvm::AttributeSet, unsigned> AttributeMapType; typedef
74 AttributeMapType AttributeMap;
134 AttributeMapType::const_iterator I = AttributeMap.find(PAL); in getAttributeID()