10 #ifndef LLVM_DEBUGINFO_PDB_DIA_DIAENUMSECTIONCONTRIBS_H 11 #define LLVM_DEBUGINFO_PDB_DIA_DIAENUMSECTIONCONTRIBS_H 25 CComPtr<IDiaEnumSectionContribs> DiaEnumerator);
30 void reset()
override;
34 CComPtr<IDiaEnumSectionContribs> Enumerator;
39 #endif // LLVM_DEBUGINFO_PDB_DIA_DIAENUMSECTIONCONTRIBS_H
std::unique_ptr< IPDBSectionContrib > ChildTypePtr
This class represents lattice values for constants.
uint32_t getChildCount() const override
ChildTypePtr getNext() override
ChildTypePtr getChildAtIndex(uint32_t Index) const override
DIAEnumSectionContribs(const DIASession &PDBSession, CComPtr< IDiaEnumSectionContribs > DiaEnumerator)