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

/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.h64 AttributeMapType AttributeMap; member in class:llvm_2_9::ValueEnumerator
111 AttributeMapType::const_iterator I = AttributeMap.find(PAL);
112 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!");
H A DValueEnumerator.cpp437 unsigned &Entry = AttributeMap[PAL];
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.h64 AttributeMapType AttributeMap; member in class:llvm_2_9_func::ValueEnumerator
111 AttributeMapType::const_iterator I = AttributeMap.find(PAL);
112 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!");
H A DValueEnumerator.cpp437 unsigned &Entry = AttributeMap[PAL];
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.h64 AttributeMapType AttributeMap; member in class:llvm_3_2::ValueEnumerator
111 AttributeMapType::const_iterator I = AttributeMap.find(PAL);
112 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!");
H A DValueEnumerator.cpp437 unsigned &Entry = AttributeMap[PAL];

Completed in 51 milliseconds