get_value_name

Function get_value_name 

Source
pub(crate) fn get_value_name(value: &Value) -> Vec<u8> 
Expand description

Safe wrapper for LLVMGetValueName2 Needs to allocate the value, because set_value_name will invalidate the pointer.