IPDBSectionContrib defines an interface used to represent section contributions whose information are stored in the PDB.
Synopsis
Declared in <llvm/DebugInfo/PDB/IPDBSectionContrib.h>
class IPDBSectionContrib;
Member Functions
Name |
Description |
|
Destroy the section contribution. |
|
Return the section‐relative address offset of this contribution. |
|
Return the section index of this contribution's address. |
|
Return the compiland that owns this section contribution. |
|
Return the SymIndexId of the compiland that owns this contribution. |
|
Return the CRC‐32 checksum of this contribution's data. |
|
Return the length in bytes of this contribution. |
|
Return the relative virtual address of this contribution. |
|
Return the CRC‐32 checksum of this contribution's relocations. |
|
Return the virtual address of this contribution. |
|
Return true if this contribution contains code. |
|
Return true if this contribution contains 16‐bit code. |
|
Return true if this contribution is a COMDAT. |
|
Return true if this contribution contains initialized data. |
|
Return true if this contribution contains uninitialized data. |
|
Return true if this contribution is discardable. |
|
Return true if this contribution is executable. |
|
Return true if this contribution is not cached. |
|
Return true if this contribution is not paged. |
|
Return true if this contribution is readable. |
|
Return true if this contribution is marked as removed. |
|
Return true if this contribution is shared. |
|
Return true if this contribution is writable. |
Created with MrDocs