Return a 64‐bit GUID for a global symbol name, assuming external linkage.

Synopsis

Declared in <llvm/IR/GlobalValue.h>

static
GUID
getGUIDAssumingExternalLinkage(StringRef GlobalName);

Description

Since this call doesn't supply the linkage or defining filename, the GUID computation will assume that the global has external linkage.

Return Value

The 64‐bit GUID for GlobalName under external linkage.

Parameters

Name

Description

GlobalName

The name of the global symbol.

Created with MrDocs