LLVM: include/llvm/DebugInfo/PDB/IPDBTable.h Source File (original) (raw)

Go to the documentation of this file.

1

2

3

4

5

6

7

8

9#ifndef LLVM_DEBUGINFO_PDB_IPDBTABLE_H

10#define LLVM_DEBUGINFO_PDB_IPDBTABLE_H

11

13

14namespace llvm {

15namespace pdb {

17public:

19

20 virtual std::string getName() const = 0;

23};

24}

25}

26

27#endif

Definition IPDBTable.h:16

virtual PDB_TableType getTableType() const =0

virtual uint32_t getItemCount() const =0

virtual std::string getName() const =0

PDB_TableType

An enumeration indicating the type of data contained in this table.

This is an optimization pass for GlobalISel generic memory operations.