Home | History | Annotate | Download | only in BitWriter_2_9_func

Lines Matching refs:ValueEnumerator

1 //===-- Bitcode/Writer/ValueEnumerator.h - Number values --------*- C++ -*-===//
41 class ValueEnumerator {
90 ValueEnumerator(const ValueEnumerator &); // DO NOT IMPLEMENT
91 void operator=(const ValueEnumerator &); // DO NOT IMPLEMENT
93 ValueEnumerator(const llvm::Module *M);
102 assert(I != TypeMap.end() && "Type not in ValueEnumerator!");
112 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!");
119 assert(I != AttributeGroupMap.end() && "Attribute not in ValueEnumerator!");
152 /// use these two methods to get its data into the ValueEnumerator!