LLVM  4.0.0
Public Attributes | List of all members
llvm::pdb::PDB_UniqueId Struct Reference

Defines a 128-bit unique identifier. More...

#include <RawTypes.h>

Collaboration diagram for llvm::pdb::PDB_UniqueId:
[legend]

Public Attributes

uint8_t Guid [16]
 

Detailed Description

Defines a 128-bit unique identifier.

This maps to a GUID on Windows, but is abstracted here for the purposes of non-Windows platforms that don't have the GUID structure defined.

Definition at line 265 of file RawTypes.h.

Member Data Documentation

uint8_t llvm::pdb::PDB_UniqueId::Guid[16]

Definition at line 266 of file RawTypes.h.


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