Home | History | Annotate | Download | only in Writer

Lines Matching refs:ValueEnumerator

1 //===-- Bitcode/Writer/ValueEnumerator.h - Number values --------*- C++ -*-===//
42 class ValueEnumerator {
103 ValueEnumerator(const ValueEnumerator &) = delete;
104 void operator=(const ValueEnumerator &) = delete;
106 ValueEnumerator(const Module &M, bool ShouldPreserveUseListOrder);
132 assert(I != TypeMap.end() && "Type not in ValueEnumerator!");
142 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!");
149 assert(I != AttributeGroupMap.end() && "Attribute not in ValueEnumerator!");
185 /// use these two methods to get its data into the ValueEnumerator!