enum class PDB_TableType
Description
An enumeration indicating the type of data contained in this table.
Declared at: llvm/include/llvm/DebugInfo/PDB/PDBTypes.h:86
Enumerators
Name | Value | Comment |
---|---|---|
TableInvalid | 0 | |
Symbols | 1 | |
SourceFiles | 2 | |
LineNumbers | 3 | |
SectionContribs | 4 | |
Segments | 5 | |
InjectedSources | 6 | |
FrameData | 7 | |
InputAssemblyFiles | 8 | |
Dbg | 9 |