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

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

#include <PDBTypes.h>

Collaboration diagram for llvm::PDB_UniqueId:
[legend]

Public Attributes

uint64_t HighPart
 
uint64_t LowPart
 

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 75 of file PDBTypes.h.

Member Data Documentation

uint64_t llvm::PDB_UniqueId::HighPart

Definition at line 76 of file PDBTypes.h.

uint64_t llvm::PDB_UniqueId::LowPart

Definition at line 77 of file PDBTypes.h.


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