A 64‐bit global unique identifier used by PGO and ThinLTO.

Synopsis

Declared in <llvm/IR/GlobalValue.h>

using GUID = uint64_t;

Description

This is a 64‐bit hash that provides a compact unique way to identify a symbol.

Created with MrDocs