Return the symbol‐table name entry for this value, if any.

Synopsis

Declared in <llvm/IR/Value.h>

ValueName*
getValueName() const;

Return Value

The ValueName entry, or null if unnamed.

Created with MrDocs