LLVMGetValueName2

Function LLVMGetValueName2 

Source
pub unsafe extern "C" fn LLVMGetValueName2(
    Val: LLVMValueRef,
    Length: *mut usize,
) -> *const c_char
Expand description

Obtain the string name of a value.

@see llvm::Value::getName()