reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
855 unsigned *TypeID = &TypeMap[Ty]; 874 TypeID = &TypeMap[Ty];lib/Bitcode/Writer/ValueEnumerator.h
168 TypeMapType::const_iterator I = TypeMap.find(T); 169 assert(I != TypeMap.end() && "Type not in ValueEnumerator!");