Searched refs:AttributeMap (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.h71 AttributeMapType AttributeMap; member in class:llvm_2_9::ValueEnumerator
131 AttributeMapType::const_iterator I = AttributeMap.find(PAL);
132 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!");
H A DValueEnumerator.cpp438 unsigned &Entry = AttributeMap[PAL];
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.h71 AttributeMapType AttributeMap; member in class:llvm_2_9_func::ValueEnumerator
131 AttributeMapType::const_iterator I = AttributeMap.find(PAL);
132 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!");
H A DValueEnumerator.cpp438 unsigned &Entry = AttributeMap[PAL];
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.h74 AttributeMapType AttributeMap; member in class:llvm_3_2::ValueEnumerator
134 AttributeMapType::const_iterator I = AttributeMap.find(PAL);
135 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!");
H A DValueEnumerator.cpp438 unsigned &Entry = AttributeMap[PAL];

Completed in 34 milliseconds