LLDB mainline
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.

References is_public, and offset.

Member Data Documentation

◆ is_public

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

◆ offset


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