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

~IPDBSectionContrib [destructor] [virtual]

Destroy the section contribution.

getAddressOffset [virtual]

Return the section‐relative address offset of this contribution.

getAddressSection [virtual]

Return the section index of this contribution's address.

getCompiland [virtual]

Return the compiland that owns this section contribution.

getCompilandId [virtual]

Return the SymIndexId of the compiland that owns this contribution.

getDataCrc32 [virtual]

Return the CRC‐32 checksum of this contribution's data.

getLength [virtual]

Return the length in bytes of this contribution.

getRelativeVirtualAddress [virtual]

Return the relative virtual address of this contribution.

getRelocationsCrc32 [virtual]

Return the CRC‐32 checksum of this contribution's relocations.

getVirtualAddress [virtual]

Return the virtual address of this contribution.

hasCode [virtual]

Return true if this contribution contains code.

hasCode16Bit [virtual]

Return true if this contribution contains 16‐bit code.

hasComdat [virtual]

Return true if this contribution is a COMDAT.

hasInitializedData [virtual]

Return true if this contribution contains initialized data.

hasUninitializedData [virtual]

Return true if this contribution contains uninitialized data.

isDiscardable [virtual]

Return true if this contribution is discardable.

isExecutable [virtual]

Return true if this contribution is executable.

isNotCached [virtual]

Return true if this contribution is not cached.

isNotPaged [virtual]

Return true if this contribution is not paged.

isReadable [virtual]

Return true if this contribution is readable.

isRemoved [virtual]

Return true if this contribution is marked as removed.

isShared [virtual]

Return true if this contribution is shared.

isWritable [virtual]

Return true if this contribution is writable.

Created with MrDocs