Lines Matching refs:ValueEnumerator
1 //===-- Bitcode/Writer/ValueEnumerator.h - Number values --------*- C++ -*-===//
39 class ValueEnumerator {
92 ValueEnumerator(const ValueEnumerator &) LLVM_DELETED_FUNCTION;
93 void operator=(const ValueEnumerator &) LLVM_DELETED_FUNCTION;
95 ValueEnumerator(const Module *M);
104 assert(I != TypeMap.end() && "Type not in ValueEnumerator!");
114 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!");
121 assert(I != AttributeGroupMap.end() && "Attribute not in ValueEnumerator!");
157 /// use these two methods to get its data into the ValueEnumerator!