LLDB mainline
Public Member Functions | Public Attributes | List of all members
lldb_private::npdb::PdbGlobalSymId Struct Reference

#include <PdbSymUid.h>

Public Member Functions

 PdbGlobalSymId ()=default
 
 PdbGlobalSymId (uint32_t offset, bool is_public)
 

Public Attributes

uint32_t offset = 0
 
bool is_public = false
 

Detailed Description

Definition at line 57 of file PdbSymUid.h.

Constructor & Destructor Documentation

◆ PdbGlobalSymId() [1/2]

lldb_private::npdb::PdbGlobalSymId::PdbGlobalSymId ( )
default

◆ PdbGlobalSymId() [2/2]

lldb_private::npdb::PdbGlobalSymId::PdbGlobalSymId ( uint32_t  offset,
bool  is_public 
)
inline

Definition at line 59 of file PdbSymUid.h.

Member Data Documentation

◆ is_public

bool lldb_private::npdb::PdbGlobalSymId::is_public = false

◆ offset

uint32_t lldb_private::npdb::PdbGlobalSymId::offset = 0

The documentation for this struct was generated from the following file: