LLVMSetValueName

Set the string name of a value.

@see llvm::Value::setName()

extern (C) nothrow
void
LLVMSetValueName
(
LLVMValueRef Val
,
const(char)* Name
)

Meta