9 #ifndef LLVM_DEBUGINFO_PDB_DIA_DIATABLE_H 10 #define LLVM_DEBUGINFO_PDB_DIA_DIATABLE_H 19 explicit DIATable(CComPtr<IDiaTable> DiaTable);
22 std::string
getName()
const override;
26 CComPtr<IDiaTable> Table;
31 #endif // LLVM_DEBUGINFO_PDB_DIA_DIATABLE_H
This class represents lattice values for constants.
PDB_TableType getTableType() const override
uint32_t getItemCount() const override
std::string getName() const override
PDB_TableType
An enumeration indicating the type of data contained in this table.
DIATable(CComPtr< IDiaTable > DiaTable)