Provides read access to the PDB publics stream and its address maps.
Synopsis
Declared in <llvm/DebugInfo/PDB/Native/PublicsStream.h>
class PublicsStream;
Member Functions
Name |
Description |
|
Construct a publics stream reader over |
|
Destroy the publics stream reader. |
Find a public symbol by a segment and offset. |
|
Return the address map of symbol offsets sorted by section and offset. |
|
Return the parsed publics GSI hash table. |
|
Return the section‐offset map entries from the publics stream. |
|
Return the symbol‐hash size field from the publics stream header. |
|
Return the thunk map of thunk target offsets from the publics stream. |
|
Return the offset of the thunk table within its section from the header. |
|
Return the section index of the thunk table from the header. |
|
Reload and reparse the publics stream from the underlying MSF stream. |
Created with MrDocs