|
LLVM
3.7.0
|
Defines a 128-bit unique identifier. More...
#include <PDBTypes.h>
Public Attributes | |
| uint64_t | HighPart |
| uint64_t | LowPart |
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.
| 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.
1.8.6