llvm::StructuralHash

Returns a hash of the global variable G.

Synopsis

Declared in <llvm/IR/StructuralHash.h>

stable_hash
StructuralHash(GlobalVariable const& G);

Return Value

A stable hash of the global variable.

Parameters

NameDescription
GThe global variable to hash.