10 #ifndef LLVM_DEBUGINFO_PDB_DIA_DIATABLE_H 11 #define LLVM_DEBUGINFO_PDB_DIA_DIATABLE_H 20 explicit DIATable(CComPtr<IDiaTable> DiaTable);
23 std::string
getName()
const override;
27 CComPtr<IDiaTable> Table;
32 #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)