enum class PDB_MemoryType
Description
These values correspond to the MemoryTypeEnum enumeration, and are documented here: https://msdn.microsoft.com/en-us/library/ms165609.aspx.
Declared at: llvm/include/llvm/DebugInfo/PDB/PDBTypes.h:325
Enumerators
Name | Value | Comment |
---|---|---|
Code | 0 | |
Data | 1 | |
Stack | 2 | |
HeapCode | 3 | |
Any | 65535 |