10 #ifndef LLVM_DEBUGINFO_CODEVIEW_TYPECOLLECTION_H 11 #define LLVM_DEBUGINFO_CODEVIEW_TYPECOLLECTION_H virtual Optional< TypeIndex > getNext(TypeIndex Prev)=0
This class represents lattice values for constants.
virtual CVType getType(TypeIndex Index)=0
virtual uint32_t size()=0
virtual Optional< TypeIndex > getFirst()=0
void ForEachRecord(TFunc Func)
virtual bool contains(TypeIndex Index)=0
virtual uint32_t capacity()=0
virtual StringRef getTypeName(TypeIndex Index)=0
StringRef - Represent a constant reference to a string, i.e.
virtual ~TypeCollection()=default