Change the name of the value.
Synopsis
Declared in <llvm/IR/Value.h>
void
setName(Twine const& Name);
Description
Choose a new unique name if the provided name is taken.
Parameters
Name |
Description |
Name |
The new name; or "" if the value's name should be removed. |
Created with MrDocs